Synopsis:

        sys_fhsetsize(file_handle,size)

Arguments:

        file_handle       -   The file handle

        size                   - The size to set the file to


Description:    This function will set the file specified by file_handle to the size specified by size.     If the size specified is less than the current file size, the file will be truncated. If the size specified is  longer than the current file size, the file will be extended with "random" data (i.e., data currently residing in currently unassigned sectors)


Return Value:  


Returns 0 on sucess else a nga