Alvas.FileControls Class Library

FileOperation.Source Property

Source property specifies one or more source file names. These names must be fully qualified paths. Standard DOS wild cards, such as "*", are permitted in the file-name position.

[Visual Basic]
Public Property Source As String()
[C#]
public string[] Source {get; set;}

See Also

FileOperation Class | Alvas.Windows.Forms.FileControls Namespace