Cannot copy files to a path of this type \\blah.blah.com\folder

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • utakm
    New Member
    • Apr 2010
    • 1

    Cannot copy files to a path of this type \\blah.blah.com\folder

    Hi,
    The corresponding http path for this path is http://blah.blah.com/folder.

    I am not able to get the corresponding network drive for this path and I have been asked to use the path \\blah.blah.com \folder instead.

    1. How can I verify the existence of this path \\blah.blah.com \folder . Normal Directory.Exist s(path) fails.

    2. How can I create a folder2 in this path \\blah.blah.com \folder

    3. How can I copy files to this path.\\blah.bla h.com\folder

    I have tried various things..but it does not work.

    Please help!!

    Thanks.
  • jkmyoung
    Recognized Expert Top Contributor
    • Mar 2006
    • 2057

    #2
    1. What do you mean fails? Throws an error? returns false when it should be true or vice versa?

    2. Depends on the type of c or C++ you're using. http://bytes.com/topic/c/answers/212...eate-directory

    3. Are you sure you don't want to do this via command line batch script instead? eg, you're not posting in this forum because you're in csh are you? http://lmgtfy.com/?q=copy+file+in+c

    Comment

    Working...