package fileutils

  1. Overview
  2. Docs
API to manipulate files (POSIX like) and filenames

Install

Dune Dependency

Authors

Maintainers

Sources

fileutils-v0.6.3.tbz
sha256=eff581c488e9309eb02268bbfa3d4c9c30ff40d45f7b1e9ef300b3ef0e831462
sha512=2c5e75b894e9f5e3b003d61977a87f5c6964a89d844949eedc55f97c5875cc52052182420bbb4e73925d306479c66400df74e4adfccc5b2102347d13e99505cf

doc/fileutils/FilePath/CygwinPath/index.html

Module FilePath.CygwinPathSource

Cygwin operating system.

include PATH_SPECIFICATION with type filename = string and type extension = string
Sourcetype filename = string
Sourcetype extension = string

Converting abstract type from/to string

Sourceval string_of_filename : filename -> string

Create a filename from a string.

Sourceval filename_of_string : string -> filename

Create a string from a filename.

Sourceval extension_of_string : string -> extension

Create an extension from a string.

Sourceval string_of_extension : extension -> string

Return string representation of an extension.

Standard operations

Sourceval make_filename : string list -> filename
Sourceval is_subdir : filename -> filename -> bool
Sourceval is_updir : filename -> filename -> bool
Sourceval compare : filename -> filename -> int
Sourceval reduce : ?no_symlink:bool -> filename -> filename
Sourceval is_valid : filename -> bool
Sourceval is_relative : filename -> bool
Sourceval is_current : filename -> bool
Sourceval is_parent : filename -> bool
Sourceval check_extension : filename -> extension -> bool
Sourceval string_of_path : filename list -> string
Sourceval path_of_string : string -> filename list
OCaml

Innovation. Community. Security.