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
0
votes
1 answer

ajaxplorer:login from mysql table

Hi i am using ajaxplorer, here i want to use mysql database table to login to ajaxplorer.. here is the table structure CREATE TABLE IF NOT EXISTS `user` ( `Guid` char(38) COLLATE latin1_general_ci NOT NULL, `UserName` varchar(250) COLLATE…
kiran
  • 193
  • 3
  • 18
0
votes
1 answer

Attach files from file system to the application

How can I implement ability to attach files from file system to my application. Can I use some libraries, or I should do it myself programmatically? Or I can implement code of other similar application and use them?
Rikki Tikki Tavi
  • 3,089
  • 5
  • 43
  • 81
0
votes
1 answer

File manager class on OSX SDK?

Possible Duplicate: Display file chooser dialog What is the name of the file manager GUI. Like when you save as on a program and a file manager comes up. I'm talking about OSX 10.5 and upwards.
James Heald
  • 841
  • 1
  • 12
  • 33
0
votes
3 answers

Listing localhost computer directories on a website

If I open a website, how I can view my own computer's contents on that site? I'm thinking Javascript, but how would I do this? This would be for like a file manager. Example: Opening example.com and have a navigator for my computer's files.
hexacyanide
  • 88,222
  • 31
  • 159
  • 162
0
votes
2 answers

what is your method of directories with in a root

ive created an mvc which has this level of organization as far as the folders and settings files go. +[admin] -[js] -[css] -[images] -[classes] --list of php classes -[includes] --config.php (includes db connection str --functions.php (php…
sarmenhb
0
votes
1 answer

Completely change a project's name in Xcode

I was making a game called "ladders", but now I'm calling it "bridges". All my file names and property and method names use "ladders", and I just want to completely change all the names to "bridges". I just did a Find and Replace in the search…
bmende
  • 741
  • 1
  • 11
  • 24
0
votes
1 answer

How can I put files in specific directories when building my app?

I have read a lot about accessing files in an iPhone app, but I cannot figure out how to get them there in the first place. I have many sound files that are important to my app, and many more that can be purchased using IAP. I know that these…
Garrett
  • 5,580
  • 2
  • 31
  • 47
0
votes
1 answer

Android File Manager only allowing me to go one folder deep

I've created a file manager that I will use in my other program, however I am having problems with it. It displays a list of files on my android phone, and I can click through one folder deep, however going more than one it stops working. Mainly I…
0
votes
1 answer

The document storage for app

My app will download some items with its pictures from the server. Each item will be saved in the device as a document. Now, all the files are saved in the app`s "Document" file. I forget from which documentation I have read that the files stored…
itenyh
  • 1,921
  • 2
  • 23
  • 38
0
votes
1 answer

Storing documents where they will not be deleted along with app

Normally all the document related to an iOS application are stored in a document folder, which is attached to the relevant application. When we delete the application, that document folder also gets deleted. What I want to do is store all documents…
nath
  • 2,848
  • 12
  • 45
  • 75
0
votes
2 answers

Vb.Net Document Storage

I am attempting to add a document storage module to our AR software. I will be prompting the user to attach a doc/image to thier account. I will then put a copy of this file into our folder so that we can reference it without having to rely on them…
ErocM
  • 329
  • 2
  • 6
  • 11
0
votes
0 answers

Confirm File Replacement dialog

is code for "Confirm File Replacement" dialogs in C++ available? It seems like it is used often in many different programs. I was surprised to not find anything about it anywhere. As an example, I'd like to do something like this. Thank you for…
JHowzer
  • 3,684
  • 4
  • 30
  • 36
0
votes
2 answers

I've updated my art assets, but Xcode is still using old files

I have a cocos2d game project. I have a bunch of pvr, png, plist files in a directory called Graphics/iPhone (for iPhone) and Graphics/iPad (for iPad). The directories are folder references, and not groups. I'm not using svn, but use Dropbox to keep…
Himanshu
  • 399
  • 3
  • 14
0
votes
2 answers

Windows SearchPath function

I am using the following to search for a file defined as a macro DB_CONFIG_FILE_PATH_1. wchar_t filename[100]; SearchPath( L".\\", DB_CONFIG_FILE_PATH_1, NULL, 100, filename, NULL); If the file is in C:\ directory, it is found. But, if the file is…
user59988
0
votes
3 answers

PHP File Management System

We need to create a file management interface that integrates with the clients current website built on cakephp. The file manager must only let the users see the files that they have permissions too. The user will be able to upload files(of any…
user103219
  • 3,209
  • 11
  • 39
  • 50