Options.SessionHandle the specific `session' directory of the plug-in.
val set : Frama_c_kernel.Filepath.Normalized.t -> unitSets the plugin <specific-dir> directory (without creating it).
val get : unit -> Frama_c_kernel.Filepath.Normalized.tval get_dir :
?mode:[ `Normalize_only | `Create_path | `Must_exist ] ->
string ->
Frama_c_kernel.Filepath.Normalized.tget_dir ?mode p returns a (local) path p, i.e. relative to the plugin <specific-dir> directory, of a sub-directory of the plugin <specific-dir> directory.
val get_file :
?mode:[ `Normalize_only | `Create_path | `Must_exist ] ->
string ->
Frama_c_kernel.Filepath.Normalized.tget_file ?mode p returns a (local) path p, i.e. relative to the plugin <specific-dir> directory, of a file in the plugin <specific-dir> directory.