Defines the properties and methods for performing file management operations as well as the properties for the Items collection.
Note
Objects of type
System.Shell.Item can only be accessed through the
Items collection. This collection is a member of
System.Shell.Folder.
Members Table
The following table lists the members exposed by the
System.Shell.Folder
object.
Collections
| Collection | Description |
|---|
| Items |
A collection of System.Shell.Item objects.
Note
Objects of type System.Shell.Item can only be accessed through the Items collection. This collection is a member of System.Shell.Folder.
|
Methods
| Method | Description |
|---|
| copyHere |
Copies a System.Shell.Item to a folder.
|
| moveHere |
Moves a System.Shell.Item to a folder.
|
| newFolder |
Creates a new folder.
|
| parse |
Retrieves a System.Shell.Folder object that represents the folder containing the specified file.
|
Properties
| Property | Description |
|---|
| Parent |
Gets a System.Shell.Item object that represents the parent folder.
|
| Self |
Gets a duplicate System.Shell.Folder object.
|
Remarks
Each System.Shell.Item in the Items collection corresponds to a file system object present on the machine.