C# Class FileDownloaderApp.FileDownloader.FileInfo

Simple struct for managing file info
Datei anzeigen Open project: polserver/poltools Class Usage Examples

Public Properties

Property Type Description
Name string
Path string

Public Methods

Method Description
FileInfo ( String path ) : System

Create a new instance of FileInfo

Method Details

FileInfo() public method

Create a new instance of FileInfo
public FileInfo ( String path ) : System
path String The complete path of the file (directory + filename)
return System

Property Details

Name public_oe property

The name of the file
public string Name
return string

Path public_oe property

The complete path of the file (directory + filename)
public string Path
return string