Questions tagged [file-management]

File Management relates to the efficient control over, usage of and access to files by users and computer operating systems

File Management topics covered by this tag include

  • Popular computer operating systems
  • Project management software and processes
  • Web server caching algoritms
  • Software development tools, such as XCode and phpCake
538 questions
2
votes
1 answer

How to take out all duplicated files in subfolders from a huge set of files/subfolders in shortest time span?

Situation: I have build up an application in JAVA that runs over a LAN on a PC that we use as a server. This PC is dedicated to this application and has a fairly good configuration (core-i 7 with 8 GB RAM). My app is aimed to : Store data for a…
Musa Haidari
  • 2,109
  • 5
  • 30
  • 53
2
votes
1 answer

Hide confidential data in iOS file system

I have created an iPad app which downloads some confidential data and stores it in the document folder. I was reading about the security of data on an iPad, and I found that there are some applications which reveal all the data and folders of an…
Hardik Dobariya
  • 339
  • 2
  • 4
  • 20
2
votes
7 answers

Good file management software

Currently all our files are stored on a Windows network drive and with 15 members of staff and 3 external workers, file control is beginning to become a bit of a nightmare. Even though we have a policy in place, people still seem to save file to…
Paul M
  • 3,937
  • 9
  • 45
  • 53
2
votes
1 answer

Uploading in MVC Dynamically creating folder with persmissions

VS'12 Ineternet Application Template asp.net C# MVC4, EF Code First Upload Post Method if (ModelState.IsValid) { foreach (var file in attachments) { string strMappath =…
2
votes
1 answer

Batch Files - getting File Summary into text file

I've got a ZIP file of 32,000 PDF reports that I need to rename to a more descriptive name, plus generate a TXT file of all the files and their sub-folders. I have been using the dir /b /s >info.txt command line for some years now, but obviously…
user2337160
  • 41
  • 1
  • 5
2
votes
1 answer

Rackspace CDN container organization

I'm developing a web platform that may reach some million of users where I need to store users' images and docs. I'm using Rackspace and now I need to define the files logic into cloud files service. Rackspace allows to create up to 500,000…
2
votes
2 answers

I am trying to tell Finder to move files with AppleScript. But I don't know how to deal with duplication/replacement/skipping

The script is as below: tell application "Finder" set destinFolder to (choose folder) try move selection to destinFolder on error vMessage number -15267 display dialog "" & vMessage end try end tell Basically,if a…
Li Fumin
  • 1,383
  • 2
  • 15
  • 31
2
votes
1 answer

Removing all missing files from Xcode

Does anyone know of a quick way to remove all files from an Xcode project that are marked as missing (colored in red)?
msk
  • 527
  • 4
  • 7
  • 19
2
votes
3 answers

I need help integrating and using elFinder with ASP.NET

I have been playing with this for a day and cannot seem to get it to work. elFinder has many options for connections, such as PHP and Python among others. Someone made a third party ASP.NET connector for it and it was reported that it worked. Here…
James Wilson
  • 5,074
  • 16
  • 63
  • 122
1
vote
0 answers

Choice of file management for asp.net MVC

I am looking for a free tool for file Management ( like file explorer) for an ASP.net MVC 3 solution ? which has the requirements Preview capabilities (for images) Creation of folder/files Deletion folder/files Upload capability
dtjmsy
  • 2,664
  • 9
  • 42
  • 62
1
vote
0 answers

encrypting files in rails

I'd like to be able to secure files uploaded by clients. I haven't really found plug-and-play tools for Rails apps. I'd like to use Amazon S3, but their server side encryption is a joke even though it provides an incremental improvement in…
m33lky
  • 7,055
  • 9
  • 41
  • 48
1
vote
1 answer

Why does android allow delete a file that being used .....?

Why does android allow delete a file, although it is being used by another application? For example: I have a mp3 file on sdcard, I use mp3 player to play it, and then I open a File Manager app and browse to that file; delete it successfully. If on…
TanLoc
  • 49
  • 2
1
vote
2 answers

Save a file on device that will survive uninstallation

I want to save a .txt file in my iPhone app, but I want it to persist such that I can still access it even if the app is uninstalled and reinstalled. I have tried to save the file on the iPhone's hard disk but it never works. This works on the…
RJ168
  • 1,006
  • 2
  • 12
  • 22
1
vote
5 answers

Read txt file in C#

I have a txt file with the following data (0010,0010) : Patient's Name : LANE^LOIS^^^ (0010,0020) : Patient ID : AM-0053 (0010,0030) : Patient's Birth Date : 4/15/1982 (0010,0040) : Patient's Sex …
Rauf
  • 12,326
  • 20
  • 77
  • 126
1
vote
1 answer

How can I get TextMate to work with imported files?

I'm using TextMate to do some Objective-C exercises. When everything is in one file, it works fine, but as soon as I want to work with multiple files it gives an error. For example, I have a separate Rectangle.h file to be imported: #import…
nevan king
  • 112,709
  • 45
  • 203
  • 241