Method | Description | |
---|---|---|
CreateSymlink ( [ sourcePath, [ targetPath ) : void |
Creates a new Cygwin symbolic link (http://cygwin.com/cygwin-ug-net/using.html#pathnames-symlinks).
|
|
IsSymlink ( [ path ) : bool |
Checks whether a file is a Cygwin symbolic link (http://cygwin.com/cygwin-ug-net/using.html#pathnames-symlinks).
|
|
IsSymlink ( [ path, string &target ) : bool |
Checks whether a file is a Cygwin symbolic link (http://cygwin.com/cygwin-ug-net/using.html#pathnames-symlinks).
|
Method | Description | |
---|---|---|
HasSystemAttribute ( string path ) : bool |
Checks whether a file has the FileAttributes.System attribute set. Always
|
public static CreateSymlink ( [ sourcePath, [ targetPath ) : void | ||
sourcePath | [ | The path of the link to create. |
targetPath | [ | The path of the existing file or directory to point to (relative to |
return | void |
public static IsSymlink ( [ path ) : bool | ||
path | [ | The path of the file to check. |
return | bool |
public static IsSymlink ( [ path, string &target ) : bool | ||
path | [ | The path of the file to check. |
target | string | Returns the target the symbolic link points to if it exists. |
return | bool |