Extracted from Pike v7.8 release 866 at 2016-11-06.
[Top]
Filesystem
Filesystem.Base
Methods
apply()
cd()
chmod()
chown()
chroot()
cwd()
find()
get_dir()
get_stats()
mkdir()
open()
rm()
stat()
Filesystem.Base()->mkdir()
Filesystem.Base()->rm()
Method Filesystem.Base()->open()
Method
open
Stdio.File
open
(
string
filename
,
string
mode
)
Description
Open a file within the filesystem
Returns
A Stdio.File object.