package oasis

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class OASISFileSystem.host_fs

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