<< SL_ReadFile | SL_SeekFile >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_WriteFile
NAME
SL_WriteFile -- write data to a file.
SYNOPSIS
success = SL_WriteFile(filehandle, buffer, size);
D0 A0 A1 D0
SLFLAG SL_WriteFile(SLFHANDLE, void *, SLMSIZE);
FUNCTION
Writes <size> bytes from <buffer> to the file specified by filehandle.
INPUTS
filehandle - as returned by SL_OpenFile.
buffer - the buffer that holds the data to be written.
size - the number fo bytes to write from buffer.
RESULTS
success - TRUE if the requested number of bytes was written, FALSE if the requested number of bytes was not written.
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_WriteFile Command Section By Type url:SL_WriteFile
created:2008-03-01 23:36:17 last updated:2008-03-01 23:36:17
Copyright © 1985-2025 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_WriteFile | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_ReadFile | SL_SeekFile >> |
Top: Documentation Library | Up: SoftLogik App Library API |