Discuss this help topic in SecureBlackbox Forum
Asks the server to canonicalize any given path name to the absolute path.
Declaration
Parameters
Control values:
|
Return value
True if operation was completed successfully;
False otherwise.
Description
Use this method to make server canonicalize any path name to the absolute path. This is useful for converting path names containing «..» components or relative pathnames without a leading slash into absolute paths. If the path was successfully canonicalized, the OnAbsolutePath event is fired. The OnError event is fired otherwise.