TCCFileSystem_Functions

Purpose

This module supports File System information

Module Parameters

-

Module depends on

-

Summary
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.

Functions

f_FS_bsize

external function f_FS_bsize ( in  charstring  p_name ) return integer

Purpose

Query the file system block size.

Parameters

p_name in charstring - name of the file or directory to check

Return Value

integer the file system block size or -1 on error

Errors

-

Detailed description

-

f_FS_blocks

Purpose

Query the total number of blocks.

Parameters

p_name in charstring - name of the file or directory to check

Return Value

integer the total number of blocks or -1 on error

Errors

-

Detailed description

-

f_FS_bfree

external function f_FS_bfree ( in  charstring  p_name ) return integer

Purpose

Query the total number of free blocks.

Parameters

p_name in charstring - name of the file or directory to check

Return Value

integer the total number of free blocks or -1 on error

Errors

-

Detailed description

-

f_FS_dspacerate

external function f_FS_dspacerate ( in  charstring  p_name ) return integer

Purpose

Query the free space rate.

Parameters

p_name in charstring - name of the file or directory to check

Return Value

integer the free space rate or -1 on error

Errors

-

Detailed description

-

external function f_FS_bsize ( in  charstring  p_name ) return integer
Query the file system block size.
external function f_FS_bfree ( in  charstring  p_name ) return integer
Query the total number of free blocks.
external function f_FS_dspacerate ( in  charstring  p_name ) return integer
Query the free space rate.