Top "Hidden-files" questions

A file that is normally not visible for the user, unless the user requires to show the hidden files.

How to ignore hidden files using os.listdir()?

My python script executes an os.listdir(path) where the path is a queue containing archives that I need to …

python hidden-files
How can I grep hidden files?

I am searching through a Git repository and would like to include the .git folder. grep does not include this …

grep hidden-files dotfiles
Zip including hidden files

In Linux I can zip all(except hidden files) in current directory by doing: zip 1.zip * But how do I …

zip hidden-files
IOError: [Errno 13] Permission denied when trying to open hidden file in "w" mode

I want to replace the contents of a hidden file, so I attempted to open it in w mode so …

python windows winapi file-io hidden-files
How to find hidden files inside image files (Jpg/Gif/Png)

I came across a link that shows how to hide number of files inside an image file: http://lifehacker.com/282119/…

java python image-processing hidden-files jmagick
Windows 7: AppData folder not visible in windows explorer

I am somewhat new to Windows 7. I am running a foreign language version of Windows 7 (not sure if this matters …

windows-7 appdata hidden-files
How to create hidden files in Linux?

In my program, I have to make a file hidden in order to avoid removal or modification of the file. …

c linux hidden-files
Exclude hidden files from scandir

I am using the following code to get a list of images in a directory: $files = scandir($imagepath); but $files …

php scandir hidden-files
archiving (ubuntu tar) hidden directories

tar on a directory mydir will archive hidden files and hidden subdirectories, but tar from within mydir with a * wildcard …

linux ubuntu tar hidden-files
PhpStorm hides directories in Project window

I'm using PhpStorm 6.0.3, and it doesn't show any directories in the Project Tool Window. They were there just a minute …

phpstorm hidden-files