System.Shell.Folder object

[The Windows Gadget Platform/Sidebar is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. ]

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

The System.Shell.Folder object has these types of members:

Collections

The System.Shell.Folder object has these collections.

Collection Description
[Items](system-shell-folder-items.md) A collection of [System.Shell.Item](system-shell-item.md) objects.
[!Note]
Objects of type [System.Shell.Item](system-shell-item.md) can only be accessed through the [Items](system-shell-folder-items.md) collection. This collection is a member of System.Shell.Folder.

Methods

The System.Shell.Folder object has these 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

The System.Shell.Folder object has these properties.

Property Access type Description
Parent
Read-only
Gets a System.Shell.Item object that represents the parent folder.
Self
Read-only
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.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
End of client support
Windows 7
End of server support
Windows Server 2008
IDL
Sidebar.idl
DLL
Sidebar.Exe (version 1.00 or later)