A file system is a way of organizing data on a computer system. Typically a file system consists of files, folders (normally a special kind of file) and an API that can be used for interacting with files. There are many types of file systems, each implemented to address certain needs. These needs can include storage media support such as hard drives, CD's, DVD's, optical drives and flash drives, security (i.e. encryption), and speed.

learn more… | top users | synonyms (1)

212
votes
13answers
138k views

How do I check if a file exists using Python?

How do I check if a file exists, using Python. without using a try: statement?
78
votes
5answers
55k views

Directory listing in Python

How do I get a list of all files (and directories) in a given directory in Python?
69
votes
13answers
32k views

How many files in a directory is too many?

Does it matter how many files I keep in a single directory? If so, how many files in a directory is too many, and what are the impacts of having too many files? (This is on a Linux server.) ...
66
votes
9answers
52k views

How do I copy a file in python?

How do I copy a file in python? I couldn't find anything under os.
52
votes
1answer
37k views

server.mappath(“.”), server.mappath(“~”), server.mappath(@“\”), server.mappath(“/”). What is the difference?

Can anyone explain the difference between Server.MapPath("."), Server.MapPath("~"), Server.MapPath(@"\") and Server.MapPath("/")?
45
votes
17answers
23k views

How check if given string is legal (allowed) file name under Windows?

I want to include batch file rename functionality in my application. User can type destination filename pattern and (after replacing some wildcards in pattern) I need to check if it's going to be ...
40
votes
6answers
28k views

What's the best way to check if a file exists in C? (cross platform)

Is there a better way than simply trying to open the file? int exists(const char *fname) { FILE *file; if (file = fopen(fname, "r")) { fclose(file); return 1; } ...
40
votes
8answers
29k views

'lsof' equivalent for windows

One of my favourite tools for linux is lsof - a real swiss army knife! Today I found myself wondering which programs on a WinXP system had a specific file open. Is there any equivalent utility to ...
38
votes
4answers
29k views

How to get a path to the desktop for current user in C#?

How do I get a path to the desktop for current user in C#? The only thing I could find was the VB.NET-only class SpecialDirectories, which has this property: ...
34
votes
4answers
25k views

Open directory dialog

I want the user to select a directory where a file that I will then generate will be saved. I know that in WPF I should use the OpenFileDialog from Win32, but unfortunately the dialog requires file(s) ...
33
votes
9answers
8k views

Store pictures as files or in the database for a web app?

My question is fairly generic and I know there might not be an 100% answer to it. I'm building an ASP .NET web solution that will include a lot of pictures and hopefully a fair amount of traffic. I do ...
33
votes
5answers
12k views

NTFS performance and large volumes of files and directories

How does Windows with NTFS perform with large volumes of files and directories? Is there any guidance around limits of files or directories you can place in a single directory before you run into ...
33
votes
7answers
2k views

Locking Executing Files: Windows does, Linux doesn't. Why?

I noticed when a file is executed on Windows (.exe or .dll), it is locked and cannot be deleted, moved or modified. Linux, on the other hand, does not lock executing files and you can delete, move, ...
31
votes
12answers
5k views

Storing a large number of images

I'm thinking about developing my own PHP based gallery for storing lots of pictures, maybe in the tens of thousands. At the database I'll point to the url of the image, but here's the problem: I know ...
29
votes
10answers
11k views

Delete files recursively in Java

Is there a way to delete entire directories recursively in Java? In the normal case it is possible to delete an empty directory. However when it comes to deleting entire directories with contents, it ...
26
votes
18answers
2k views

When is it okay to check if a file exists?

File systems are volatile. This means that you can't trust the result of one operation to still be valid for the next one, even if it's the next line of code. You can't just say if (some file exists ...
26
votes
12answers
13k views

Can you call Directory.GetFiles() with multiple filters?

I am trying to use the Directory.GetFiles() method to retrieve a list of files of multiple types, such as mp3's and jpg's. I have tried both of the following with no luck: ...
25
votes
1answer
341 views

A super strange bug of os.path.abspath

On My Python 2.6 ( 64bit, win7, ActivePython ), when i call: os.path.abspath('D:/PROJECTS/SuiShouBei/www/ssb/static/voices/en/mp3/con.mp3') It returns: '\\\\.\\con' I have no problem with other ...
21
votes
2answers
8k views

How can I get a writable path on the iPhone?

I am posting this question because I had a complete answer for this written out for another post, when I found it did not apply to the original but I thought was too useful to waste. Thus I have also ...
21
votes
23answers
19k views

What is a better file copy alternative than the Windows default? [closed]

I need to copy hundreds of gigs of random files around on my computer and am pretty leery of using the vanilla file copy built into Windows. I don't want it to hang on a "Are you sure?", "Are you ...
19
votes
5answers
7k views

Monitoring files/directories with python

I'm looking for a cross-platform file monitoring python package? I know it is possible to monitor files on windows usung pywin32, and there are packages working on Linux/Unix but does anyone know ...
18
votes
3answers
641 views

Defining PATH_MAX for a filesystem?

I'm presently writing a filesystem. The statvfs (and even the statfs) structs contain a field specifying the maximum length of a name in that path. As PATH_MAX is defined in the pathconf manpage ...
17
votes
5answers
492 views

Why are there so few versioning file systems? [closed]

I did some literature research about versioning file systems. Versioning was already common practice in the very early operating systems such as the influential but almost forgotten Incompatible ...
17
votes
8answers
16k views

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

How do you iterate through every file/directory recursively in standard C++
17
votes
11answers
5k views

Storing a file in a database as opposed to the file system?

Generally, how bad of a performance hit is storing a file in a database (specifically mssql) as opposed to the file system? I can't come up with a reason outside of application portability that I ...
15
votes
2answers
4k views

Does HTML5 allow you to interact with local client files from within a browser

I've seen some posts regarding access to files on a client machine by a webpage, namely this question. I'm trying to hop on the "continuously update in the cloud" paradigm for some algorithms I am ...
15
votes
6answers
3k views

Best way to determine if two path reference to same file in C#

In the upcoming Java7, there is a new API to check if two file object are same file reference. Are there similar API provided in the .NET framework? I've search it over MSDN but nothing enlighten ...
15
votes
5answers
2k views

Best practices for file system dependencies in unit/integration tests

I just started writing tests for a lot of code. There's a bunch of classes with dependencies to the file system, that is they read CSV files, read/write configuration files and so on. Currently the ...
14
votes
6answers
639 views

200,000 images in single folder in linux, perfomance issue or not?

I have a php/mysql website with over 200,000 images in single folder (linux server). I don't think, that I will never need to see them in file explorer, instead they will be viewed on website on ...
14
votes
1answer
13k views

Why do 64bit dlls go to System32 and 32bit dlls to SysWoW64 on 64bit Windows?

I would like to know when do we need to place the file under C:\Windows\System32 and C:\Windows\SysWOW64. when I used 32 bit dll I placed it under syswow64 and when I used 64 bit dll I placed it in ...
14
votes
4answers
10k views

How to copy a directory and its contents to an existing location using Python?

I'm trying to copy a directory and all its contents to a path that already exists. The problem is, between the os module and the shutil module, there doesn't seem to be a way to do this. the ...
14
votes
5answers
29k views

How do I find the mime-type of a file with php?

Ok, so I have an index.php file which has to process many different file types. how do I guess the filetype based on the REQUEST_URI. If I request http://site/image.jpg, and all requests redirect ...
13
votes
5answers
2k views

HTML5 offline storage. File storage? Directories and filesystem API

For storing data offline WebApp can use: session storage, "advanced version of cookies" key/value based Web Storage (AKA local/global/offline/DOM storage) sql-based Web SQL Database and Indexed ...
13
votes
5answers
2k views

In eclipse, reveal current file in filesystem

In eclipse, is there a way, to reveal the currently selected file in the filesystem. I currently need it to open in explorer, but it could also be in finder or nautilus. Basically, I do not need the ...
13
votes
3answers
8k views

Path.Combine absolute with relative path strings

I'm trying to join a windows path with a relative path using Path.Combine However, Path.Combine(@"C:\blah\",@"..\bling") return "C:\blah..\bling" instead of "C:\bling\" Does anyone know how to ...
13
votes
2answers
14k views

Java in Eclipse: Where do I put files on the filesystem that I want to load using getResource? (e.g. images for an ImageIcon)

I know the file needs to be where the getClass().getResource(filename) can find it, but I don't know where that is. I'm interested both in where to put the files on the filesystem itself, and how to ...
13
votes
8answers
7k views

How do you determine the ideal buffer size when using FileInputStream?

I have a method that creates a MessageDigest (a hash) from a file, and I need to do this to a lot of files (>= 100,000). How big should I make the buffer used to read from the files to maximize ...
12
votes
3answers
566 views

How do I copy a locked file directly from the disk and make sure that the file is intact?

The application I am writing needs to be able to copy files that are locked. We attempted to use Volume Shadow Copy, and while it was successful in copying the file, the application that had the lock ...
12
votes
7answers
4k views

How can I compare (directory) paths in C#?

If I have two DirectoryInfo objects, how can I compare them for semantic equality? For example, the following paths should all be considered equal to C:\temp: C:\temp C:\temp\ C:\temp\. ...
12
votes
9answers
23k views

How to uninstall a windows service and delete its files without rebooting

My current project involves deploying an upgraded .exe file that runs as a Windows Service. In order to overwrite the existing .exe with the new version, I currently need to: (1) stop the service ...
12
votes
11answers
19k views

Quickly create a large file on a linux system?

How can I quickly create a large file on a Linux (RHEL) system? dd will do the job, but reading from /dev/zeo and writing to the drive can take a long time when you need a file several hundreds of GB ...
12
votes
1answer
2k views

Getting absolute path of a file

How can I convert a relative path to an absolute path in C on Unix? Is there a convenient system function for this? On Windows there is a GetFullPathName function that does the job, but I didn't find ...
11
votes
2answers
461 views

Which file systems support splicing via Linux's splice(2)?

The man page for the splice system call says that splice may fail and set errno to EINVAL if: Target file system doesn't support splicing; neither of the descriptors refers to a pipe; or offset ...
11
votes
3answers
1k views

How do filesystems handle concurrent read/write?

User A asks the system to read file foo and at the same time user B wants to save his or her data onto the same file. How is this situation handled on the filesystem level?
11
votes
5answers
27k views

Whats Android file system?

What is Android's file system?
11
votes
3answers
3k views

Unique file identifier in windows

Is there are way to uniquely identify a file (and possibly directories) for the lifetime of the file regardless of moves, renames and content modifications? (Windows 2000 and later). Making a copy ...
11
votes
2answers
9k views

How to recursively delete an entire directory with PowerShell V2

What is the simplest way to forcefully delete a directory and all its subdirectories in PowerShell? I am using PowerShell V2 in Windows 7. I have learned from several sources that the most obvious ...
11
votes
2answers
3k views

Can I use a mask to iterate files in a directory with Boost?

I want to iterate over all files in a directory matching something like "somefiles*.txt". Does boost::filesystem have something built in to do that, or do I need a regex or something against each ...
11
votes
2answers
8k views

How to fopen() on the iPhone?

The iPhone SDK docs claim fopen() is a supported method of file access but I am unable to get it to return a FILE handle. I am accessing a directory which is included in my project. I have tried ...
11
votes
8answers
9k views

Best distributed filesystem for commodity linux storage farm

I have a lot of spare intel linux servers laying around (hundreds) and want to use them for a distributed file system in a web hosting and file sharing environment. This isn't for a HPC application, ...

1 2 3 4 5 43