'Declaration Public Function New( _ ByVal folderName As String _ )
'Usage Dim folderName As String Dim instance As New DiskFolder(folderName)
public DiskFolder( string folderName )
Parameters
- folderName
- Fully qualified name of the underlying physical folder the object is to represent. This folder may or may not physically exist. Cannot be a null reference (Nothing in Visual Basic).