- Description
-
VirtualFolder Class
Remarks
-
This object holds information about the virtual folder -
its Name, RelativePath where it appears, and ResolvedPath
where user is placed after he changes directory to that
folder.
Visibility is new in 2.0.0.5 and defines when is the
folder visible - to prevent clients from going into deep
recursions with virtual folders.
Members
-
| Name |
 |
Holds virtual folder name. |
| RelativePath |
 |
Holds relative path of virtual folder, as seen by
the user. |
| ResolvedPath |
 |
Holds full path to location on your system where
virtual folder points to. |
| Visibility |
 |
Determines when virtual folder is visible. |
|