Метод | Описание | |
---|---|---|
File ( string name, string path, |
Creates a new file system object of the File type.
|
public File ( string name, string path, |
||
name | string | The name of the file. |
path | string | The path to access the file. |
parent | ||
creationdate | System.DateTime | The date the file was created. |
size | long | The size, in bytes, of the file. |
Результат | System |