Creates a new FileName instance.
[Visual Basic]
Public Sub New( _
ByVal
path As
String _
)
[C#]
public FileName(
string path);
Parameters
-
path
-
The path that the file resides.
Return Value
A void value...
Remarks
See Also
FileName Class | com.sarmal.io Namespace