Tagged Questions

0
votes
4answers
30 views

Getting word count for all files within a folder

I need to find word count for all of the files within a folder. Here is the code I've come up with so far: $f="../mts/sites/default/files/test.doc"; // count words $numWords = s …
3
votes
6answers
92 views

What is the fastest hash algorithm to check if two files are equal?

What is the fastest way to create a hash function which will be used to check if two files are equal? Security is not very important. Edit: I am sending a file over a network con …
1
vote
1answer
28 views

What are these WCF service reference files

When I add a WCF service reference in Visual Studio 2008, a directory named Service Reference\ServiceReferenceNamespace is created. In this directory, there's files named Service …
0
votes
2answers
55 views

Get names of all files from a folder with Ruby

I want to get all file names from a folder using Ruby.
0
votes
1answer
38 views

Copy a file from /file to /folder/file

Hi. I have been working on an app for a while now, and it is supposed to copy files. I have the code: - (IBAction)moveFile:(id)sender { NSFileManager *filemgr; filemgr = [NSF …
1
vote
6answers
73 views

DeleteFile fails on recently closed file

I have a single threaded program (C++, Win32, NTFS) which first creates a quite long temporary file, closes it, opens for read, reads, closes again and tries to delete using Delete …
0
votes
1answer
12 views

how to show *.mpp files in my iphone application?

Hi, I have a problem in showing *.mpp (microsoft project files) in my app. I thought of showing in image format but i dont know how to convert it into image format. or is there an …
0
votes
2answers
26 views

VSS: Move file from one folder to another?

Is there a way in Visual SourceSafe to move a file from one directory to another while retaining its history? Edit I actually found a round about way to do this. First I drag th …
2
votes
2answers
76 views

C# get file names and last write times for large directories

Using C# (.NET 2.0), what is the best way to retrieve a file listing in a network directory, with preference to either sort by last write time, or to exclude the return based on la …
0
votes
5answers
60 views

Using grep to find files that doesn’t contain a given string pattern

I'm using the following command in my web application to find all files in the current directory that contain the string foo (leaving out svn directories). find . -not -ipath '. …
2
votes
2answers
28 views

Dividing file to be processed partly, then batching results

Please, We have the following situation: Component X that divides a request file into parts, sending each part to an independent processing component Y -through a network- that …
0
votes
5answers
95 views

Where should a Windows application’s working files be written?

If you have a Windows application that needs to write working files as part of its normal operation (not prompted by the user): Where on the file system should they be written? W …
0
votes
3answers
56 views

Manage data inside a buffer

I'm using this code to read a file into a buffer. The file is full of structs of evaluacion type (including some char and int variables). Now I have the whole file in a buffer, how …
0
votes
5answers
26 views

Deleting files and corresponding entries from database

I have a web site which handles files management. User can upload file, add description, edit and delete. What are the best practices for that kind of scenario? I store files in …
1
vote
2answers
63 views

iphone best way to store images

hello, I'm developing an app that needs to cache some images from the web the images are likely to be 100x100 I just need to know which is better: Store the images as files in …

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