C# Class FileDownloaderApp.FileDownloader.FileInfo

Simple struct for managing file info
Afficher le fichier Open project: polserver/poltools Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string
Path string

Méthodes publiques

Méthode Description
FileInfo ( String path ) : System

Create a new instance of FileInfo

Method Details

FileInfo() public méthode

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

Property Details

Name public_oe property

The name of the file
public string Name
Résultat string

Path public_oe property

The complete path of the file (directory + filename)
public string Path
Résultat string