Jump to content

Drive and path definition


mfg

Recommended Posts

I cannot get the path condition to work properly when the source is a networked drive. If the networked drive is say "c on xx" and the path I want is say c:\documents what do I need to type in the condition box - the following don't seem to work:

c:\documents

\\xx\c:\documents

Thanks for help

Link to comment
Share on other sites

You could share the folder (e.g. under Windows) on the network drive with the needed permissions, then access it via the UNC as:

 

\\TheServer\SharedFolder\SubFolder1\SubFolder2

 

If you're running under XP_Pro (but not Home I think...) and have the right permissions, you may be able to access things as:

 

\\TheServer\C$\SubFolder1\SubFolder2

 

(google "Administrative Shares" for more info).

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...