0
votes
2answers
34 views
Storing files on the Cloud or the FileSystem?
Simple question, doesn't seem to have been directly asked yet.
What are the benefits to storing files (images/videos/documents/etc) on Amazon S3-and-related vs. on the File System …
5
votes
14answers
890 views
How can you concatenate two huge files with very little spare disk space?
Suppose that you have two huge files (several GB) that you want to concatenate together, but that you have very little spare disk space (let's say a couple hundred MB). That is, g …
0
votes
1answer
145 views
Is there any limit on subfolders within folder [closed]
Hi All,
I want to know is there any limit on subfolders within folder in Linux and windows?
can any one provide information on how many subfolders can be created in one folder?
…
3
votes
3answers
138 views
What is the best way to check file system capacity using .Net?
What is the best way in .Net to make sure a path as capacity to store a file. I need to makes sure I have room for the file before I download is becasue the source will not allow …
1
vote
5answers
819 views
How to have a FileSystemWatcher thread run forever?
I need to have a FileSystemWatcher run in an infinite loop to monitor a file for changes, but this file will only change every few days, and maybe only once a week. In the MSDN sa …
0
votes
3answers
198 views
Can I stop JTree caching nodes (in a file system tree)?
I have a JTree implementation for directories in the file system. The problem I have is that when a directory is removed or renamed, the tree still shows the directory in it's pare …
0
votes
7answers
2k views
how to read and write into file using javascript
Hi, can anybody give the sample code to read and write the into file using javascript
Thanks
2
votes
6answers
2k views
What tool to use to draw file tree diagram
Given a file tree - a directory with directories in it etc, what software would you recommend to create a diagram of the file-tree as a graphic file that I can embed in a word proc …
4
votes
2answers
236 views
How to check if I can create a file in a specific folder in c#?
I need to know if I can create a file in a specific folder, but there are too many things to check such as permissions, duplicate files, etc.
I'm looking for something like File.C …
1
vote
9answers
2k views
How to get all file attributes including author, title, mp3 tags, etc, in one sweep
I would like to write all meta data (including advanced summary properties) for my files in a windows folder to a csv file. Is there a way to collect all the attributes? I see mp …
