|
Previous Top Next |
Prototype: | (String pDefaultPath) |
pDefaultPath | Path to assign to DefaultPath. |
This method calls the SetDefaultPath to assign the DefaultPath property with the pDefaultPath parameter. For more detailed information see SetDefaultPath.
Example:
FS ITFileSelectClass
Code
FS.SetDefaultDir(INIMgr.Fetch('UpdateGetFromINI','FS:INIFilename')) !! Set the default path
FS.SetUseShortNames
FS.SelectDir(?Loc:IniFileName)
INIMgr.Update('UpdateGetFromINI','FS:INIFilename',FS.GetFilePart(Loc:IniFileName,FNS_FullPath))
See also: