2013-03-14 12:10 AM
2013-03-14 02:45 AM
2013-03-14 08:33 AM
2013-03-14 09:10 AM
2013-03-14 09:38 AM
2013-03-14 10:46 AM
...but for the root level scan it will only list mapped drive letters, not UNC paths.This I didn't understood in your post. Sorry.
It would be great if when opening a file / folder in the following way that ch1 would return -1 or similar if the file / folder didnt exist. Currently it just stops running the GDL script at that point.Yes, I know, because of this I am doing file allocation every time by a certain macro object, which navigates straight to folder, enshuring, that every folder exists.
2013-03-14 11:00 AM
2013-03-14 11:13 AM
We also have local and teamwork files & perform a test in a master_gdl object to identify if it is local pln or teamwork file, and set other file locations on this information.Sounds interesting. Can you explain, how you do this?
2013-03-14 11:17 AM
rrr=REQUEST("Name_of_plan", "", prj_name, prj_fullname, prj_path) strPart="teamwork:" ppp=STRSTR(prj_path,strPart) if ppp>0 then teamworkProjectREQUEST Name_of_plan will return teamwork: as part of the path to project ...