{ } Raw JSON

bundles / astropy 7.0.1 / astropy / utils / misc / is_path_hidden

function

astropy.utils.misc:is_path_hidden

source: /astropy/utils/misc.py :320

Signature

def   is_path_hidden ( filepath )

Summary

Extended Summary

Determines if a given file or directory is hidden.

Parameters

filepath : str

The path to a file or directory

Returns

hidden : bool

Returns True if the file is hidden

Aliases

  • astropy.utils.is_path_hidden