ShellBrowser Delphi Components Documentation
|
The Unicode versions of several functions permit a maximum path length of approximately 32,000 characters composed of components up to 255 characters in length. To specify that kind of path, use the "\?"("\?UNC" for UNC-Path) prefix. This function prepares the path with the correct prefix.
class function GetUnicodeAPICallPath(const pPath: String): String; deprecated;
Parameters |
Description |
const pPath: String |
The path of the file in the file system. |
the given path properly escaped to support long paths.