Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   RetrieveAnyFilesystemFile
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
HareScript
File I/O and processes
 
File and disk I/O
Processes and the OS
Remote filesystem API
RetrieveAnyFilesystemFile
  Retrieve a file from the filesystem
 
Library wh::anyfs.whlib
 
Syntax PUBLIC BLOB FUNCTION RetrieveAnyFilesystemFile (INTEGER fsid,STRING filename)
 
Parameters
fsid The id of the filesystem
filename The requested file
 
Returns Returns a blob containing the requested file
 
 
In library 'anyfs'
CloseAnyFilesystem
CreateAnyFilesystemDirectory
DeleteAnyFilesystemDirectory
DeleteAnyFilesystemFile
GetAnyFilesystemCurrentDir
GetAnyFilesystemError
GetAnyFilesystemStatus
MoveAnyFilesystemPath
OpenAnyFilesystem
PrepareAnyFileSystem
ReadAnyFilesystemDirectory
RetrieveAnyFilesystemFile
SetAnyFilesystemCurrentDir
StoreAnyFilesystemFile
 
Top To top of page