UNC Paths in im_file
Not sure it can be achieved but wanted to check as to what was the best way to use UNC names in the File path.
I want to stage files locally from a remote location, digest and then delete the files.
I have tried "//FileServer/directory/file as well as "\\FileServer/directory/file" without success.
Is it possible to use a variation of im_exec such as
<Input mapdrive>
Module im_file
command net
arg use
arg z:
arg "\\fileserver\directory" ....etc?
Thanks
Ash