miscellaneous path functions
Project description
jaraco.path provides cross platform hidden file detection:
from jaraco import path if path.is_hidden('/'): print("Your root is hidden") hidden_dirs = filter(is_hidden, os.listdir('.'))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jaraco.path-1.1.1.tar.gz
(5.5 kB
view hashes)