Gets an array of files contained in this Pidl object.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public ReadOnly Property Files As Pidl()
public Pidl[] Files { get; }
If you need to get all subitems (including both files and folders), use the Items property instead. If you need to get folders only, use the Folders property.