sprynmd Posted August 27, 2009 Posted August 27, 2009 I'm trying to use CheckWhetherFileExists on both a Mac and a PC to access a Windows server volume. I can't figure out the path name format to get it to look outside the primary disk volume. I can find folders and files on my main volume just fine, but nowhere else. ...Mike
andries Posted September 15, 2009 Posted September 15, 2009 This should work :/Folder/File Anyway, this is how I got it working on a WIN machine. Didn't try it yet for a MAC...
Newbies Yannick Posted September 16, 2009 Newbies Posted September 16, 2009 I use : Define variable [$$file;Value:"//PC name/folder" & xx:yy ] If [ CheckWheterFileExists($$file = "1" ] and so on
sprynmd Posted September 17, 2009 Author Posted September 17, 2009 Thanks for the suggestions. Since my last post I ended up finding a non-plugin approach described at Topic 202706. So far it's working pretty well, but I'll be watching for a cleaner solution. ...Mike
sprynmd Posted September 22, 2009 Author Posted September 22, 2009 I'm back to using ScriptMaster CheckWhetherFileExists() - too many issues with the import approach. To determine exactly what the path name formats should be for Mac and PC, I used the SelectFile() module to see what it returns when I point to a file in the various places (locally and on a server). Now it appears that I have an issue with DeleteFileOrFolder() not returning the documented results. But that's another topic... ...Mike
Recommended Posts
This topic is 5552 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now