oasis
OASISFileSystem.host_fs
oasis.base
oasis.builtin-plugins
oasis.cli
oasis.dynrun
plugin-loader
method string_of_filename : 'a filename -> string
Return a string representation of the filename. It is may not be a real host filename.
method open_out : ?mode:open_flag list -> ?perm:int -> 'a filename -> writer
method open_in : ?mode:open_flag list -> ?perm:int -> 'a filename -> reader
method file_exists : 'a filename -> bool
method remove : 'a filename -> unit