<< SL_MakePath | SL_EndExamine >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_BeginExamine
NAME
SL_BeginExamine -- inits an EXHANDLE for a directory.
SYNOPSIS
exhandle = SL_BeginExamine(apphandle, path);
D0 A0 A1
EXHANDLE SL_BeginExamine(APPHANDLE, SLCHAR *);
FUNCTION
Allocates and inits an EXHANDLE for examining all the files in a
directory.
INPUTS
apphandle - as returned by SL_AppInitA.
path - the directory name to examine.
RESULTS
exhandle - an EXHANDLE if success, NULL if it failed.
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_BeginExamine Command Section By Type url:SL_BeginExamine
created:2008-03-01 23:36:17 last updated:2008-03-01 23:36:17
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_BeginExamine | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_MakePath | SL_EndExamine >> |
Top: Documentation Library | Up: SoftLogik App Library API |