|
-
Jun 24th, 2000, 09:10 AM
#1
Thread Starter
New Member
G'Day everyone, I'm currently living in Argentina, and considering that I have only 4 months of spanish, understanding the help files is very difficult, My query is:
With Open, Dir, Kill etc.
How do you write the Pathname: (c:VisBas/Example)
I literally need an example using more than: (pathame)
Please help...
-
Jun 24th, 2000, 01:07 PM
#2
Hyperactive Member
The pathname would look like the following:
Open "c:\Windows\desktop\testfile.txt" for output as #1
Print #1, TexttoWrite
Close #1
Dir("c:\")
Kill("c:\windows\desktop\testfile.txt")
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|