<< SL_MakeForeignLong | SL_FlushFile >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_GetFileSizeFH
NAME
SL_GetFileSizeFH -- gets the size of a opened file via it's SLFHANDLE.
SYNOPSIS
size = SL_GetFileSizeFH(fhandle);
D0A0
SLFSIZE SL_GetFileSizeFH(SLFHANDLE);
FUNCTION
Returns the size of the file specified by a file handle. If the file
is opend for writing then the length of the file is the current
end of the file.
INPUTS
fhandle - a file handle as returned by SL_OpenFile.
RESULTS
size - the size of the file in bytes.
SEE ALSO
SL_BeginExamine, SL_CloseFile, SL_DeleteFile, SL_DoesFileExist, SL_EndExamine, SL_EndFileNotify, SL_ExamineFirstFile, SL_ExamineNextFile, SL_FileRequesterA, SL_FlushFile, SL_GetExFileInfo, SL_GetExFileInfoFH, SL_GetFileName, SL_GetFileNotifyAttrA, SL_GetFilePath, SL_GetFilePos, SL_GetFileSize, SL_GetFileSizeFH, SL_LockFile, SL_MakePath, SL_OpenClipboard, SL_OpenFile, SL_ReadFile, SL_RenameFile, SL_SeekFile, SL_SetFileNotifyAttrA, SL_UnlockFile, SL_WriteFile.
SL_GetFileSizeFH Command Section By Type url:SL_GetFileSizeFH
created:2008-03-01 23:36:34 last updated:2008-03-01 23:36:34
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_GetFileSizeFH | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_MakeForeignLong | SL_FlushFile >> |
Top: Documentation Library | Up: SoftLogik App Library API |