Method | Description | |
---|---|---|
DeleteFile ( string filename ) : bool | ||
IsFileLocked ( |
Source: http://stackoverflow.com/questions/1304/how-to-check-for-file-lock-in-c
|
|
IsZeroSizeFile ( string filename ) : bool |
public static DeleteFile ( string filename ) : bool | ||
filename | string | |
return | bool |
public static IsFileLocked ( |
||
exception | ||
return | bool |
public static IsZeroSizeFile ( string filename ) : bool | ||
filename | string | |
return | bool |