A file that is normally not visible for the user, unless the user requires to show the hidden files. It is still accessible by name and path as any other file.
-1
votes
1answer
53 views
PHP file not showing source code [closed]
My PHP file is not showing any source code, but it's showing file size of 26 KB.
It's just showing invisible characters. When I open it with Notepad++, it shows NULL all over the file.
Is there ...
0
votes
1answer
32 views
Saving application data transparently
I am writing a game in java, and i would like to save my game. I am going to save it as a set of XML documents in a zip file. What i would like to know is if their is a way i can do this ...
1
vote
1answer
64 views
Dealing with hidden files when making an array of files inside a directory, using Perl
I am using Perl. I am making an array of files inside a directory. Hidden files, ones that begin with a dot, are at the beginning of my array. I want to actually ignore and skip over those, since I do ...
0
votes
1answer
65 views
How to create a toggle hidden file button
I am trying to create a service in automator that helps me make a file/folder hidden or unhidden.
I am a very new beginner and do not know anything about automator and I have only tried putting ...
0
votes
1answer
73 views
Creating and Moving an Invisible file with OS X 10.8 Terminal
I'm fairly new to using the terminal, but have so far figured out through various forums how to hide a file from the Finder, but once hidden, I'm obviously unable to move it to the flash drive I want ...
1
vote
2answers
94 views
How to show and hide a window in JavaFX 2?
Need to show an example in which you show and hide a window in JavaFX 2.
0
votes
1answer
199 views
“Android SDK: Manage add-on sites” won't reload user-defined site after eclipse re-install
I recently had to completely re-install eclipse (e.g. androideclipse installed from http://www.android.com/). Before my re-install I happened to be using a user-defined add-on site ( e.g. ...
0
votes
1answer
77 views
Hiding Unknown Files in Batch Files
Hey guys i need to know how to hide a file of which i dont know the name of.
for instance i have 6 folders named 1-6 but i think that their named a-f. and their directory is C:\users\all users\bond.
...
0
votes
2answers
170 views
How to create a hidden file in any OS using Java
I have this code trying to create and write in my Json File, but how can I do it Hidden in any OS (Windows or Mac)
File file = new File(System.getProperty("user.home") + File.separator + "Documents" ...
-1
votes
1answer
209 views
Finding hidden files (video files) within an image [closed]
I have a file, which is a image in a format JPEG. I want to find out whether it has hidden content (video files). Is there something I can attempt to find the hidden content (video files) in this ...
1
vote
3answers
2k views
How to find hidden files inside image files (Jpg/Gif/Png) [closed]
I came across a link that shows how to hide number of files inside an image file: http://lifehacker.com/282119/hide-files-inside-of-jpeg-images more discussion on detection here: ...
0
votes
1answer
151 views
How do I change the “show hidden files” setting?
How do I enable or disable the "show hidden filles and folders" and "show system hidden files and folders" options within my program? (I'm not meaning to change the file attributes to be hidden or not ...
0
votes
2answers
160 views
Is it possible to write to a hidden file in Java?
I have figured out how to create a hidden file in Java, now I need to write large amounts of data to the file. I keep getting the following exception:SEVERE: java.io.FileNotFoundException: ...
4
votes
1answer
455 views
How to make files really hidden in a directory?
I downloaded a program yesterday, it is for encryption and security. I won't name it here unless someone asks me to but it has a feature to make files inside a specified folder completely invisible.
...
0
votes
2answers
516 views
Tar Directory Contents Without Creating A Root Folder In Archive
I am running the following snippet in a bash script in a folder. This creates an archive where there is no root folder since I am running the script within the folder whose contents I am archiving.
...
0
votes
0answers
177 views
Check for windows hidden file in python script?
There are several threads for example this one How to ignore hidden files using os.listdir()? - Python which explain how to check for hidden file using posix OS. How can I do this in windows7 using ...
7
votes
2answers
1k views
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 it would be erased/truncated:
>>> import os
>>> ini_path = '.picasa.ini'
>>> ...
0
votes
1answer
100 views
How to show the hidden files and hide the shown files with ls?
To list files I use ls. I know how to list almost (-A) or all (-a) of them. But when I try to show the hidden files and hide the shown files I'm out of luck with:
ls --hide='*' -A
The behavior that ...
-4
votes
1answer
85 views
Protection program for files and folders
The project is a security program that locks files and folders using Java
I have two ideas:
First: Hiding the file or folder in Windows Kernel level
I cannot find a way to do this at this moment.
How ...
3
votes
2answers
306 views
How do I ignore hidden files (and files in hidden directories) with Boost Filesystem?
I am iterating through all files in a directory recursively using the following:
try
{
for ( bf::recursive_directory_iterator end, dir("./");
dir != end; ++dir )
{
const ...
0
votes
0answers
66 views
OS X - a hidden folder in /Users/Shared has MD5-encrypted name of another user [closed]
I was familiarizing myself with some of the hidden files in OS X (while cleaning house) and came across a folder inside the /Users/Shared directory. The folder's name is "." followed by a 32-character ...
0
votes
1answer
1k views
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 include the hidden files?
1
vote
2answers
307 views
File does not show on explorer, but VB.NET open it
My program write some files at the windows system path (C:\windows\syswow64...).
One of this files, were deleted for test reason, we're changing something and we need to delete it. OK, there's no ...
2
votes
1answer
180 views
How i can see hidden files on finder on a MAC [closed]
I can see hidden files on terminal (.*) but i can not see them on Finder. I have been looking for an option but don´t exist.
How could i see them?
1
vote
1answer
300 views
Can't find hidden file in sdcard
I am downloading a file to the sd memory card of the client, I use the dot (".") in front of the name of the file to hide it, the problem is that when searching for it then to open it, not found. Any ...
1
vote
3answers
7k views
Windows 7: AppData folder not visible in windows explorer [closed]
I am somewhat new to Windows 7. I am running a foreign language version
of Windows 7 (not sure if this matters or not). Anyways, when I use cmd
to run a command prompt environment and
...
-4
votes
1answer
199 views
read hidden file
Is it possible to read file with attribute hidden in program? I know the path to file.
For example, if I copy a file to some place and set the attribute hidden:
File.Copy("sender.exe", ...
3
votes
1answer
476 views
Creating Hidden File with Flex/AIR on Win
how can I create a hidden file on my Win filesystem?
I've read you should use native code and I know AS3 has got NaviteProcess class but I really don't know how to use it and I don't manage to find ...
7
votes
1answer
4k views
grep hidden files?
I am searching through a git repo and would like to include the .git folder.
grep does not include this folder if i run
grep -r search *
What would be a grep command to include this folder?
0
votes
2answers
177 views
Quit hidden attribute to many files in a directory once in UNIX
Hello Everybody there.
I wanna know if there is a command of set of commands (maybe a pipeline set) which can be used to change the hidden attribute of many files stored in a particular directory, ...
2
votes
2answers
176 views
Hide Vim backups (*~) in Windows Explorer
On Windows, I normally work with Total Commander, which can easily be configured to ignore these *.*~ and *~ completely. But occasionally when I switch to Windows Explorer, I get little bit confused ...
1
vote
3answers
369 views
How to save a downloaded file as Read-only in iOs
In my iPhone app I am downloading some binary files. I want to store these files in a local folder in the device. And also I want to make these files as Read-only/Hidden. Is it possible? So that I can ...
1
vote
3answers
236 views
Recommended way of writing to a Hidden/ReadOnly File C#
I am trying to write to a file which has the following attributes - Hidden and ReadOnly. My process should be able to write to it but other processes have ReadOnly Access.
The procedure that I am ...
0
votes
2answers
299 views
How can I add a library in Xcode which is in a hidden directory?
I want to add libboost_filesystem.dylib to my Xcode target as a library to link to, but Boost is installed in /opt/local/lib.
/opt is hidden and not accessible from the open panel, so I cannot select ...
-7
votes
2answers
182 views
How can I hide exe files in a directory? [closed]
I have program that launches other exe files in the same directory. But I would prefer if the main program's directory showed only the main program and all the other exes were hidden. How I can hide ...
1
vote
2answers
243 views
How to access hidden linux folders in a java file chooser
When you're in a java app and you use it's built-in file chooser, how can i view/access the hidden items in a LINUX directory
1
vote
1answer
676 views
Mac shell script to hide/show hidden files
I'm very new to mac shell scripting, but I've written this to toggle hide/show hidden files on mac. (Then put on automator application) Is this a good solution?
#!/bin/sh
view=$(defaults read ...
2
votes
2answers
846 views
Why doesn't this applescript seem to work as expected?
I'm writing a service using automator. It receives no input in any application.
All it does is run this simple script:
on run {input, parameters}
--FIRST BLOCK
tell application "System Events"
...
9
votes
4answers
5k views
How to ignore hidden files using os.listdir()? - Python
My python script executes an os.listdir(path) where the path is a queue containing archives that I need to treat one by one.
The problem is that I'm getting the list in an array and then I just do a ...
0
votes
2answers
440 views
Downloading Hidden file and Viewing it in an UIWebView
I am Downloading a file from service into the iPhone of type txt and I view the file into a UIWebview that works perfectly.
But when I set the file attribute hidden on the server before I Download ...
9
votes
1answer
7k views
Android: Is there a way to create hidden folders and hidden files?
I am a newbie android developer. I need to know if there is a way to create hidden folders and hidden files in android programatically. There must be a way to create hidden folders in sdcard. But I ...
1
vote
1answer
154 views
How to print hidden files/folders list using NAnt script?
Current I try as below but that will skip all hidden files/folders. I want to see them.
Please help if you know the trick! Thank you.
<foreach item="Folder" property="folderName">
...
4
votes
2answers
1k views
How to filter hidden files after calling MATLAB's dir function
Using MATLAB, I need to extract an array of "valid" files from a directory. By valid, I mean they must not be a directory and they must not be a hidden file. Filtering out directories is easy enough ...
0
votes
3answers
2k views
How do I exclude hidden folders and files from readdir?
Is it possible to exclude hidden files and folders from the readdir() function? I have a directory where there are many folders and some hidden folders. I want to read all folders except the hidden ...
4
votes
4answers
4k views
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 will not. Is this a longstanding and known inconsistency or bug?
Edit ...
0
votes
4answers
3k views
how to find hidden file
i have some files, they are named like this
.abc efg.txt
.some other name has a dot in front.txt
......
and i want to do something like this
for i in `ls -a` ; do echo $i; done;
i expected the ...
0
votes
1answer
363 views
1
vote
1answer
163 views
How to add a library from the system folders to an Xcode project?
For example, glfw for Max OS installed the library in /usr/local/lib/. Now I want to use it in an Xcode project. I can't seem to add it because Mac Finder has hidden that folder.
How do I find it ...
3
votes
2answers
598 views
In Eclipse, hide files ending in tilde `~`
Eclipse, by default, hides files that begin with . in the Package Explorer, Navigator, and other file views (e.g. .classpath, .settings, etc). Is it possible to hide files which end in ~ (e.g. ...
0
votes
2answers
364 views
How to get a content of a hidden file over https?
Now I am successfully using WebClient.DownloadString to get file content from ESX server. My URI is something like:
...



