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

Pidl.Create Method (String)

Creates new Pidl object which represents a file or folder with specified path.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Shared Function Create ( _
	path As String _
) As Pidl
C#
public static Pidl Create(
	string path
)

Parameters

path

Type: System.String

A string specifying the path to a file or folder.

Return Value

New Pidl object which represents the specified file or folder.

See Also

Reference