This documentation is for the old version. Go to the latest Graphics Mill docs

Pidl Members

The Pidl type exposes the following members.

Methods

Name Description
Public method Static member Create Overloaded.

Creates new instance of the Pidl class.

Public method Dispose

Releases unmanaged resources used by the Pidl object.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Files

Gets an array of files contained in this Pidl object.

Public property Folders

Gets an array of subfolders of the Pidl object.

Public property Handle

Gets a handle to the shell PIDL object.

Public property IsRoot

Gets a value indicating whether the Pidl object represents the Desktop folder (i.e. root of the file system).

Public property Items

Gets an array of all subitems of the Pidl object (includes both files and folders).

Public property Parent

Gets a PIDL of the parent file system object.

Public property Path

Gets file system path of the Pidl object (if available).

Public property Stream

Gets a binary content of a file system item represented by this Pidl object.

Public property Type

Gets a type of the file system item object represented by this Pidl object.

See Also

Reference