Util.GetConfigFilePath() Method
Return the path to the given config file (name)
Syntax
Util.GetConfigFilePath(Name)
The method syntax has these parts:
Part |
Description |
Name (String) |
The name of the config file |
Return (String) |
The full path to the given config file, or "" if it does not exist |
Remarks
This function looks first in the "new" config file folder (common documents, ACP Config) for the given file by name. If it does not find it there, it looks in the old "app" folder (where ACP.exe is located). If it does not find it there, it returns "". If it finds the file in either of the above locations (in the order given) it returns the full path to the file.
Copyright © 2000-2016, Robert B. Denny, Mesa, AZ