0
votes
0answers
23 views
Why doesn’t “find -print0” work in Cygwin under Vista?
I'm writing a simple shell script:
find datafiles/ -type f -print0 | xargs -0 md5sum > datafiles.md5
In Cygwin under Vista, it just sits there and nothing happens.
It works fine …
1
vote
1answer
27 views
accessing data saved in the iPhone simulator.
I'm working on a game and I'd like to give a non-developer friend a little level editor so they can build levels while I continue working on the development.
I quickly knocked up …
0
votes
2answers
57 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 …
0
votes
0answers
41 views
file systems - theoretical [closed]
Hello guys, i have some theoretical questions which im not clear with, so if someone can explain i would be very grateful, it related to file systems.
Are there, and what are the d …
0
votes
5answers
254 views
Is this specific path concatenation in Perl code exploitable?
Assume that an attacker controls the variable $untrusted_user_supplied_path . Is the following Perl code exploitable?
my $untrusted_user_supplied_path = ...
if ($untrusted_user_su …
0
votes
2answers
54 views
How to evaluate a file system?
Hi all,
I 've a question related to design of file systems. These days we are seeing the proliferation of many file systems mostly related to handling large datasets and providing …
1
vote
5answers
46 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 …
0
votes
2answers
56 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 ?
…
0
votes
3answers
70 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 …
1
vote
5answers
97 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 …
1
vote
2answers
32 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
4answers
147 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 …
0
votes
5answers
48 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
78 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
4answers
163 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 …
