Results 1 to 3 of 3

Thread: creating a directory

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    8

    Question

    I need to create a directory on a computer over a network.
    (i.e. create a directory "\\remotecomp\test") I found on this site that will create a directory on a local machine. Is there anyway to do this?

    Thanks

  2. #2
    Guest
    Try the MkDir function.

  3. #3
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Lightbulb

    Like this
    Code:
    MkDir ("\\<Network Computer Name>\<Your New Dir Name.")
    Don't forget the "\\" instead of "\".

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