Initializes a new instance of the
FileItem class
Namespace:
CDVDBurnerNET.MediaItems
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public FileItem(
string path
)
Public Sub New (
path As String
)
Dim path As String
Dim instance As New FileItem(path)
new :
path : string -> FileItem
public FileItem(
String path
)
public function FileItem(
path : String
)
CDVDBurnerNET.MediaItems.FileItem = function(path);
Parameters
- path
- Type: SystemString
See Also