Results 1 to 2 of 2

Thread: I'm in dire need of help with PathNames

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    1

    Question

    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...

  2. #2
    Hyperactive Member
    Join Date
    May 2000
    Location
    Or
    Posts
    316
    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
  •  



Click Here to Expand Forum to Full Width