PyIShellLink.GetPath

str, WIN32_FIND_DATA = GetPath(fFlags, cchMaxPath )

Retrieves the target path and file name of a shell link object

Parameters

fFlags : int

One of the following values:

Value Description
SLGP_SHORTPATHRetrieves the standard short (8.3 format) file name.
SLGP_UNCPRIORITYRetrieves the Universal Naming Convention (UNC) path name of the file.
SLGP_RAWPATHRetrieves the raw path name. A raw path is something that might not exist and may include environment variables that need to be expanded.

cchMaxPath=_MAX_PATH : int

Number of characters to allocate for returned filename

Comments

The AlternateFileName (8.3) member of WIN32_FIND_DATA does not return information