Метод | Описание | |
---|---|---|
GetFiles ( System path ) : System.IO.FileInfo[] |
Returns an array of abstract pathnames representing the files and directories of the specified path.
|
|
Sync ( System fileStream ) : void |
Flushes the specified file stream. Ensures that all buffered data is actually written to the file system.
|
Метод | Описание | |
---|---|---|
CreateTempFile ( string prefix, string suffix, DirectoryInfo directory ) : FileInfo | ||
FlushFileBuffers ( |
public static GetFiles ( System path ) : System.IO.FileInfo[] | ||
path | System | The abstract pathname to list it childs. |
Результат | System.IO.FileInfo[] |
public static Sync ( System fileStream ) : void | ||
fileStream | System | The file stream. |
Результат | void |