This module supports File System information
-
-
TCCFileSystem_Functions | This module supports File System information |
Functions | |
f_FS_bsize | Query the file system block size. |
f_FS_blocks | Query the total number of blocks. |
f_FS_bfree | Query the total number of free blocks. |
f_FS_dspacerate | Query the free space rate. |
Query the file system block size.
external function f_FS_bsize ( in charstring p_name ) return integer
Query the total number of free blocks.
external function f_FS_bfree ( in charstring p_name ) return integer
Query the free space rate.
external function f_FS_dspacerate ( in charstring p_name ) return integer