| Search internet |
A fileDir request returns the contents of a directory p:

The reply has form

where p is the contents of the directory expressed as a singleton list. Each entry in p is zero terminated. The entries may or may not include '.' and '..'.
A fileMkdir and fileRmdir request creates and deletes a directory, respectively:


fileRmdir only removes empty directories. Given path abc/def/ghi, fileMkdir creates abc/ and abc/def/. Given path abc/def/ghi/ it creates abc/, abc/def/, and abc/def/ghi/.
The reply has form

where p is the empty list.
| Search logiweb.eu |