An Alias object represents a defined folder alias. It is retrieved by enumerating or indexing the Aliases object.
Property Name |
Return Type |
Description |
---|---|---|
<default value> |
string |
Returns the name of the alias. |
path |
object:Path |
Returns the target of the alias as a Path object. |
system |
bool |
True if the object is a system-defined alias, False if it is user defined. |