diff options
author | David Robillard <d@drobilla.net> | 2022-10-23 13:41:27 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-10-23 14:57:45 -0400 |
commit | d8b960be46007f9c09356e526d3c2dcff4b186a5 (patch) | |
tree | cd40db8d5634e74f8795922b7ab19fc8c6507648 /include/zix/path.h | |
parent | c886d489576cd0bc33d7d22d81981c794067946f (diff) | |
download | zix-d8b960be46007f9c09356e526d3c2dcff4b186a5.tar.gz zix-d8b960be46007f9c09356e526d3c2dcff4b186a5.tar.bz2 zix-d8b960be46007f9c09356e526d3c2dcff4b186a5.zip |
Add filesystem API
Diffstat (limited to 'include/zix/path.h')
-rw-r--r-- | include/zix/path.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/zix/path.h b/include/zix/path.h index 5d3bd60..7a52d31 100644 --- a/include/zix/path.h +++ b/include/zix/path.h @@ -67,7 +67,8 @@ zix_path_preferred(ZixAllocator* ZIX_NULLABLE allocator, replaced with a single "\" on Windows, and a single "/" everwhere else). Note that this function doesn't access the filesystem, so won't do anything - like case normalization or symbolic link dereferencing. + like case normalization or symbolic link dereferencing. For that, use + zix_canonical_path(). */ ZIX_API char* ZIX_ALLOCATED |