Converts the specified path to its long form.

GetLongPathName(cFileName)

Parameters

cFileName

The path to be converted.

Note

The name is limited to MAX_PATH (260) characters, it can be a relative path or only a filename, the VFP function FULLPATH is used to retrieve the fully qualified filename. The usual VFP search path (SET PATH) is used.

Return Value

The long path name of the supplied file.

See Also

Reference

ADirectoryInfo
ADirEx
ADriveInfo
AFileAttributes
AFileAttributesEx
CancelFileChange
CompareFileTimes
CopyFileEx
DeleteDirectory
DeleteFileEx
FindFileChange
GetFileAttributes
GetFileOwner
GetFileSize
GetFileTimes
GetShortPathName
MoveFileEx
SetFileAttributes
SetFileTimes

Used WinApi functions

GetLongPathName