C# Класс BetterExplorer.Networks.FileSystem.File

Наследование: FileSystemObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
File ( string name, string path, Directory parent, System.DateTime creationdate, long size ) : System

Creates a new file system object of the File type.

Описание методов

File() публичный метод

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.
Результат System