GetFullPath Method
The GetFullPath returns absolute path for the specified path string.
Syntax
GetFullPath(path, [panel])
Parameters
path
Required. Absolute or relative path that should be converted to the absolute fully qualified path.
panel
Optional. Specify this parameter when path parameter is relative to source or target panel. Set it to SourcePanel for source (active) panel and TargetPanel for target (inactive) panel. When this parameter is not specified or is null, the path parameter must be absolute path.
Return Values
Returns absolute fully qualified path.
Remarks
This method uses current directories to get absolute path so path could be specified in form "c:test".
Redundant path parts such as "." and ".." will be resolved.
This method will throw exceptions when specified path is invalid.