FileInfo Constructor (String) |
Initializes a new instance of the
FileInfo class
Namespace: ConnectedApps.Cms.IOAssembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic FileInfo(
string fileName
)
Public Sub New (
fileName As String
)
public:
FileInfo(
String^ fileName
)
new :
fileName : string -> FileInfo
Parameters
- fileName
- Type: SystemString
See Also