package fileutils

  1. Overview
  2. Docs

Module UnixPathSource

include module type of struct include CommonPath end
Sourcemodule StringExt = CommonPath.StringExt
Sourceexception CannotHandleFast
Sourceval dir_writer : FilePath_type.filename_part list -> string
Sourceval dir_reader : string -> FilePath_type.filename_part list
Sourceval path_writer : string list -> string
Sourceval path_reader : string -> string list
Sourceval fast_concat : string -> string -> string
Sourceval fast_basename : string -> string
Sourceval fast_dirname : string -> string
Sourceval fast_is_relative : string -> bool
Sourceval fast_is_current : string -> bool
Sourceval fast_is_parent : string -> bool