Tagged Questions

1
vote
2answers
26 views

File create datetime getting duplicated for different files and times

I have written a service that monitors a file drop location for files from a scanner. The scanner drops all files with the exact same file name (eg. Test.tif) unless that file alr …
0
votes
3answers
51 views

SQLite , Derby vs file system

Hi All, I'm working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database …
0
votes
1answer
36 views

How non blocking read/write throught remote FileSystem

Hi, Is there a way to write and read files on a remote filesystem (such as NFS, SSHFS, or sambafs) in a way that read or write or even open return immediately with an error code ? …
1
vote
3answers
27 views

Get SYSTEM temp folder?

I'm looking for something similar to this question. However, I am looking specifically to dynamically find the location of the system's temp folder (i.e. the temp folder used by s …
1
vote
5answers
84 views

Need a good files creation tool…

I want to create a test setup which should have a 4tb of High density filesystem. I've tried some tools(wst) but they are crashing after sometime. After struggling for two days im …
0
votes
1answer
27 views

Getting executable file name from handle in Windows x64

I have a c# application that is compiled as x86 so it runs as a 32bit application on Windows 7 x64. While the application is running, I need to detect the executable name of the ac …
0
votes
0answers
38 views

GNOME File Management Framework [closed]

Over the years I have, like most of you I'm sure, amassed a personal collection of many thousands of files, which for just as long I've either been meaning to organize or have in a …
0
votes
5answers
39 views

Scan current folder using PHP

I have a folder structure like this: /articles .index.php .second.php .third.php .fourth.php If I'm writing my code in second.php, how can I scan the current …
0
votes
4answers
105 views

Python mkdir giving me wrong permissions

Hello all again :D I'm (trying) to create a folder and create a file within it. Whenever i create that folder (via Python), it creates a folder that gives me no permissions at al …
1
vote
4answers
146 views

What is a database file system?

I have a very little idea about what database file system is. Can somebody out here explain to me what actually a database file system is, and what its applications are? How is it …
0
votes
1answer
15 views

Changing the default behavior of where files are saved in windows

Kind of a Admin question - I know. Here's the thing. The OS has this deep, strange assumsion that a user wants all there pictures in one folder, all there doc files in another fol …
0
votes
6answers
115 views

How do I explain my colleagues that filenames should not contain uppercase characters or special characters?

For what I know, it's best practice to name files like this: file_name.txt - or if you want to file-name.txt. Now some people seem to like to name their files fileName.txt or FILE …
0
votes
4answers
64 views

Programatically Changing Explorer View in C#

I'm programatically creating a folder using C# and need to set the default view of the folder to "Thumbnails".
0
votes
3answers
83 views

Managing a large collection of music.

I'd like to write my own music streaming web application for my personal use but I'm racking my brain on how to manage it. Existing music and their location's rarely change but ar …
2
votes
9answers
174 views

Reading huge amounts of small files in sequence.

I have this problem: I have a collection of small files that are about 2000 bytes large each (they are all the exact same size) and there are about ~100.000 of em which equals abou …

1 2 3 4 5 27 next
15 30 50 per page