Метод | Описание | |
---|---|---|
CopyFile ( string from, string to ) : bool | ||
CreateDirectory ( string dirname ) : bool | ||
DeleteDirectory ( string dirname ) : bool | ||
DeleteFile ( string filename ) : bool | ||
GetDirectories ( string dirname, string searchstring ) : List |
||
GetFiles ( string dirname, bool alldirs = true, string format = "*.*" ) : List |
||
LoadXML ( |
||
MoveFile ( string from, string to ) : bool | ||
OpenFileStream ( string filename ) : |
||
OpenStreamWriter ( string filename ) : |
||
OpenTextReader ( string filename ) : |
public static CopyFile ( string from, string to ) : bool | ||
from | string | |
to | string | |
Результат | bool |
public static CreateDirectory ( string dirname ) : bool | ||
dirname | string | |
Результат | bool |
public static DeleteDirectory ( string dirname ) : bool | ||
dirname | string | |
Результат | bool |
public static DeleteFile ( string filename ) : bool | ||
filename | string | |
Результат | bool |
public static GetDirectories ( string dirname, string searchstring ) : List |
||
dirname | string | |
searchstring | string | |
Результат | List |
public static GetFiles ( string dirname, bool alldirs = true, string format = "*.*" ) : List |
||
dirname | string | |
alldirs | bool | |
format | string | |
Результат | List |
public static LoadXML ( |
||
XML | ||
filename | string | |
Результат | bool |
public static MoveFile ( string from, string to ) : bool | ||
from | string | |
to | string | |
Результат | bool |
public static OpenFileStream ( string filename ) : |
||
filename | string | |
Результат |
public static OpenStreamWriter ( string filename ) : |
||
filename | string | |
Результат |
public static OpenTextReader ( string filename ) : |
||
filename | string | |
Результат |