str, WIN32_FIND_DATA = GetPath(fFlags, cchMaxPath )
Retrieves the target path and file name of a shell link object
Value | Description |
SLGP_SHORTPATH | Retrieves the standard short (8.3 format) file name. |
SLGP_UNCPRIORITY | Retrieves the Universal Naming Convention (UNC) path name of the file. |
SLGP_RAWPATH | Retrieves the raw path name. A raw path is something that might not exist and may include environment variables that need to be expanded. |