C# Class BetterExplorer.Networks.FileSystem.File

Inheritance: FileSystemObject
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Méthode Description
File ( string name, string path, Directory parent, System.DateTime creationdate, long size ) : System

Creates a new file system object of the File type.

Method Details

File() public méthode

Creates a new file system object of the File type.
public File ( string name, string path, Directory parent, System.DateTime creationdate, long size ) : System
name string The name of the file.
path string The path to access the file.
parent Directory
creationdate System.DateTime The date the file was created.
size long The size, in bytes, of the file.
Résultat System