From 5ad25ca9cbc76e959458969fd7aeac4f678620ed Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Thu, 26 Sep 2024 02:46:05 +0000 Subject: [PATCH] build based on 0f5d579 --- dev/index.html | 2 +- dev/search/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/index.html b/dev/index.html index 90e4010..1d6a29f 100644 --- a/dev/index.html +++ b/dev/index.html @@ -8,4 +8,4 @@ [d01c2003] ~ HiddenFiles v0.1.3 `~/work/HiddenFiles.jl/HiddenFiles.jl` ⇒ v0.1.3 Precompiling project... ✓ HiddenFiles - 1 dependency successfully precompiled in 1 seconds. 7 already precompiled.

Documentation

Main.HiddenFiles.ishiddenFunction
ishidden(f::AbstractString)

Check if a file or directory is hidden.

On Unix-like systems, a file or directory is hidden if it starts with a full stop/period (U+002e). On Windows systems, this function will parse file attributes to determine if the given file or directory is hidden.

Note

Directory references (i.e., . or ..) are always hidden. To check if the underlying path is hidden, you should run ishidden on its realpath.

Note

On Unix-like systems, in order to correctly determine if the file begins with a full stop, we must first expand the path to its real path.

Note

On operating systems deriving from BSD (i.e., *BSD, macOS), this function will also check the st_flags field from stat to check if the UF_HIDDEN flag has been set.

Note

On macOS, any file or directory within a package or a bundle will also be considered hidden.

Note

There may be some UNIX-specific system directories in macOS that are not yet classified as hidden (#18).

Note

Mount points on ZFS are not yet classified as hidden (#20).

source
+ 1 dependency successfully precompiled in 1 seconds. 7 already precompiled.

Documentation

Main.HiddenFiles.ishiddenFunction
ishidden(f::AbstractString)

Check if a file or directory is hidden.

On Unix-like systems, a file or directory is hidden if it starts with a full stop/period (U+002e). On Windows systems, this function will parse file attributes to determine if the given file or directory is hidden.

Note

Directory references (i.e., . or ..) are always hidden. To check if the underlying path is hidden, you should run ishidden on its realpath.

Note

On Unix-like systems, in order to correctly determine if the file begins with a full stop, we must first expand the path to its real path.

Note

On operating systems deriving from BSD (i.e., *BSD, macOS), this function will also check the st_flags field from stat to check if the UF_HIDDEN flag has been set.

Note

On macOS, any file or directory within a package or a bundle will also be considered hidden.

Note

There may be some UNIX-specific system directories in macOS that are not yet classified as hidden (#18).

Note

Mount points on ZFS are not yet classified as hidden (#20).

source
diff --git a/dev/search/index.html b/dev/search/index.html index 9403b38..8569502 100644 --- a/dev/search/index.html +++ b/dev/search/index.html @@ -1,2 +1,2 @@ -Search · HiddenFiles Documentation

Loading search...

    +Search · HiddenFiles Documentation

    Loading search...