ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.PathUtils.TPathUtils.IsReparsePoint

Checks if the given path is a symbolic link or similar (= NTFS reparse point)

Syntax
Pascal
class function IsReparsePoint(const pPath: string): boolean;
Parameters 
Description 
const pPath: string 
The path that should be checked. 

boolean: Returns True, if the given path is a symbolic link or similar (= NTFS reparse point)