Hello,
I need a special function.
I have to check if there is a file in a directory in the filesystem.
Example:
\\server\directory1\directory2\file.txt
If the file is not there, a second function should make me a copy from
Example:
c:\temp\example.txt to \\server\directory1\directory2\file.txt
If the file is there, nothing is to do.
Thank you for your help!
I need a special function.
I have to check if there is a file in a directory in the filesystem.
Example:
\\server\directory1\directory2\file.txt
If the file is not there, a second function should make me a copy from
Example:
c:\temp\example.txt to \\server\directory1\directory2\file.txt
If the file is there, nothing is to do.
Thank you for your help!