Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   File I/O and processes
  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
File I/O and processes
These functions allow you to access files, directories, processes and other core operating system functions. Additionally, the 'anyfs' library allows you to write code that transparantly accesses local or remote files (ftp, webdav)

File and disk I/O (wh::files.whlib)
Functions to create blobs and to manage files and directories on the filesystem hosting WebHare

Processes and the OS (wh::os.whlib)
This library offers functions and macros that allow you to access the underlying operating system
and manipulate processes.


Remote filesystem API (wh::anyfs.whlib)
This library offers uniform access to local, FTP and WebDav filesystems

 
Top To top of page