PDA

View Full Version : shell.getfolder help


eschulz
04-18-2006, 12:22 PM
I need to know how to use the shell.getfolder to start in the root of c: and not in one of the predefined folders. Does anyone know how to do that

TJS
04-18-2006, 12:28 PM
Are you asking how to get the root of the drive where you program is being run? (in most cases c:\)

If so, there is a built-in global variable you can use called _SourceDrive. This is automatically set by AMS at the time your application starts.

Hope I have not misunderstood.