• →
  • ←
  • index
  • Zix 0.8.0
  • » 2 Zix C API
  • » 2.6 File System
  • » 2.6.2 Paths

2.6.2 PathsΒΆ

Functions for interpreting and manipulating paths.

These functions are purely lexical and do not access any filesystem.

  • 2.6.2.1 Concatenation
    • zix_path_join()
  • 2.6.2.2 Lexical Transformations
    • zix_path_lexically_normal()
    • zix_path_lexically_relative()
    • zix_path_preferred()
  • 2.6.2.3 Decomposition
    • zix_path_extension()
    • zix_path_filename()
    • zix_path_parent_path()
    • zix_path_relative_path()
    • zix_path_root_directory()
    • zix_path_root_name()
    • zix_path_root_path()
    • zix_path_stem()
  • 2.6.2.4 Queries
    • zix_path_has_extension()
    • zix_path_has_filename()
    • zix_path_has_parent_path()
    • zix_path_has_relative_path()
    • zix_path_has_root_directory()
    • zix_path_has_root_name()
    • zix_path_has_root_path()
    • zix_path_has_stem()
    • zix_path_is_absolute()
    • zix_path_is_relative()
Copyright 2011-2025, David Robillard. Generated for Zix 0.8.0 using Sphinx 9.1.0.
  • →
  • ←
  • index
  • Zix 0.8.0
  • » 2 Zix C API
  • » 2.6 File System
  • » 2.6.2 Paths