Top "Filesystems" questions

A file system is a way of organizing data on a computer system.

Determine file creation date in Java

There is another similar question to mine on StackOverflow (How to get creation date of a file in Java), but …

java date filesystems
How do I programmatically change file permissions?

In Java, I'm dynamically creating a set of files and I'd like to change the file permissions on these files …

java filesystems
Loop code for each file in a directory

I have a directory of pictures that I want to loop through and do some file calculations on. It might …

php image filesystems directory
How do I check if a given string is a legal/valid file name under Windows?

I want to include a batch file rename functionality in my application. A user can type a destination filename pattern …

c# windows file filesystems
Iterate through every file in one directory

How do I write a loop in ruby so that I can execute a block of code on each file? …

ruby directory filesystems
Python causing: IOError: [Errno 28] No space left on device: '../results/32766.html' on disk with lots of space

I am running a Python script that is causing the above error. The unusual thing is this script is running …

python filesystems hard-drive
How do you iterate through every file/directory recursively in standard C++?

How do you iterate through every file/directory recursively in standard C++?

c++ filesystems
How to list only top level directories in Python?

I want to be able to list only the directories inside some folder. This means I don't want filenames listed, …

python filesystems
How to determine MIME type of file in android?

Suppose I have a full path of file like:(/sdcard/tlogo.png). I want to know its mime type. I …

android filesystems mime-types