Skip to content

Commit

Permalink
Add section link to hidden files resource for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewilliami committed Sep 26, 2022
1 parent f32c30e commit 8f44e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/HiddenFiles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ include("docs.jl")
include("utils/darwin.jl")

###=== Hidden Files and Directories: Simplifying the User Experience ===##
##=== https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html ===##
##=== https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html#//apple_ref/doc/uid/TP40010672-CH2-SW7 ===#

#=== Case 1: Dot directories and files ===#
# Any file or directory whose name starts with a period (`.`) character is hidden automatically. This convention is taken from UNIX,
Expand Down
2 changes: 1 addition & 1 deletion src/docs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Determines if the specified file or directory on macOS is hidden from ordinary d
The file is considered hidden if any of these questions are true.
For more information on hidden files in macOS, please see [this article](https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html).
For more information on hidden files in macOS, please see [this article](https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html#//apple_ref/doc/uid/TP40010672-CH2-SW7).
See also: [`_ishidden_unix`](@ref), [`_ishidden_bsd_related`](@ref), [`_isinvisible`](@ref), [`_issystemfile`](@ref), [`_exists_inside_package_or_bundle`](@ref), [`_ishidden_zfs`](@ref).
"""
Expand Down

0 comments on commit 8f44e46

Please sign in to comment.