| [Overview][Constants][Types][Procedures and functions][Variables][Index] | 
Retrieve filesystem information.
Source position: unxsysch.inc line 19
| function fpStatFS( | 
| Path: PChar; | 
| Info: pstatfs | 
| ):cint; | 
| Path: ansistring; | 
| Info: pstatfs | 
| ):cint; | 
fpStatFS returns in Info information about the filesystem on which the file or path Path resides. Info is of type tstatfs. The function returns 0 if the call was succesfull, or an error code if the call failed.
On error, a non-zero error code is returned
| 
 | Retrieve filesystem information. | |
| 
 | Retrieve file information about a file descriptor. |