C# Class BetterExplorer.Networks.FileSystem.File

Inheritance: FileSystemObject
Show file Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

Method 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 method

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.
return System