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

learn more… | top users | synonyms

1
vote
0answers
39 views

Mac OS 10.7.5 BSD copyfile() EINVAL when copying files having double-quotes in the name

I'm trying to use BSD copyfile(...) to copy a file to a mounted AFP share (/Volumes/exchange) with an Obj-C++ code like this: Minimal example: #include <string> #include <string.h> ...
-1
votes
0answers
46 views

Web-Based File Manager without PHP [closed]

I currently use the Nancy Framework as the web front-end for my C# application. I would like to add a web-based file manager to allow the end user to manage (edit/delete/etc) their files for the ...
0
votes
0answers
12 views

Am I using Gio GFile monitor_file wrong?

I'm using Gio monitor_file like this. def callback(*args): print 'ok' gio_pointer = Gio.File.new_for_path(os.environ['HOME']+'/temp') monitor = ...
-1
votes
2answers
30 views

Copy Files from folders to folder tree in php [closed]

I have a large number of books that I need to categorize by language and libraryID. The file-names are structured like this and spread out in many folders: ENG_FILENAME_LIBRARYNAME1.pdf ...
2
votes
1answer
46 views

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 ...
0
votes
2answers
66 views

Recursively moving files to root folder

I am more used to using unix shell than CMD, and I am not really sure how to get this to work. I have a directory with several other sub-directories that contain .xml files. I would like to move all ...
0
votes
1answer
72 views

bat: Listing empty directories, if/else statements within for statements?

I'm trying to write a script that lists every file name in a specified folder, and notifies the user if that folder is empty. So far I've got: for /r "O:\Mail\5-Friday" %%d in (*.pdf) do ( dir ...
-2
votes
1answer
61 views

Ruby script to manage files

I'm looking to write a script that can do the following: I have a set of normal files such as "myFile.log" which I want to leave in their current state. I would like to place all files that that are ...
0
votes
0answers
46 views

Tag File Manager Software

I was wondering if anyone knows of a tag based file management software that does: Referential tagging (i.e. add tag to music.artist.nickleback, also updates music.genre.rock.nickleback) Implicit ...
0
votes
5answers
169 views

Search a record in a file with C [closed]

I'm exercising with C and file management, I'm able to open a file, write a record on the file, close the file, but I have problem to find an already written record. This is my exercise: (The search ...
0
votes
3answers
67 views

How do I write to a file in Objective-C?

I have text files that contain some basic data that I need for my app. I can read the files and I get the file path with: NSString *filePath = [[NSBundle mainBundle] pathForResource:@"Money" ...
0
votes
2answers
257 views

Permission Denied on move or delete for last file in a folder

I have an MS Access VBA procedure inside a module that has a for each loop on files in a particular folder. Inside the loop, I create a new file in a separate folder that is then filled with ...
0
votes
0answers
48 views

Php upload / manage greek filenames

I am trying to build intranet app with php and mySql on Xammp. My main goal is to manage huge file directory / subdirectories which are located on windows server. All filenames are containing greek ...
0
votes
0answers
131 views

Find Duplicate files/folders on PC and NAS drive [closed]

I am looking for a freeware/shareware program that will look for duplicate files/folders on local drives as well as drives on my NAS (networked drives). I have found a lot but they do not support ...
0
votes
4answers
242 views

Delete all files in directory automatically?

How does one, in PHP, delete all files in a directory every 24 hours without deleting the directory itself? It has to be in PHP, it cannot be a Cron Job. Can you please provide an explanation behind ...
0
votes
0answers
40 views

File Sharing for highly confidential data

My company sometimes has to send large, highly confidential files to a specific customer (an individual person within an organization). We've been using a custom built (by me) solution, but we're ...
-1
votes
2answers
463 views

PHP File manager for custom integration

Which PHP file manager (open source, if possible) enable the developer to integrate it in your own PHP System (custom control panel, CMS, etc)? Edit: I am not asking for which is the best neither for ...
0
votes
1answer
26 views

Remotely dump files from Ubuntu 12?

I'm currently in a computer security class dealing with hacking linux systems, and i was wondering if there is a way to pull files from my home directory to my computer from the command line? so far ...
1
vote
1answer
55 views

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. ...
0
votes
2answers
121 views

Saving high-resolution resources so that the app knows it can use them on retina devices

My app has a large size because it's universal and designed for Retina displays. I want to allow the user to download Retina images from my server instead of including them in the app initially. I ...
0
votes
0answers
107 views

File Management System in JAVA [closed]

WE have to develop our own file management system in java web application. We need to sync files between our main server and client severs and find out whether all the client server has all the latest ...
0
votes
1answer
47 views

What is the best way for a web team to share design files?

I wanted to reach out to the web community and find out how teams manage large binary files (PSDs, Videos, audio, etc) in web projects. For years our team has used SVN to sync assets between ...
0
votes
1answer
100 views

PyroCMS File Module Costomization

I am using Pyrocms for an application. There is a module available for File managment. Although it is good enough but i need to customize it according to my requirements. Here are the requirements ...
0
votes
0answers
123 views

How to write data from the array to a file on separate lines and then read and display that data in separate lables

Here is my code: Private Sub BtnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnSave.Click If RadFriday.Checked = True Then Select Case Row ...
-1
votes
1answer
86 views

Moving files using Python [closed]

Can someone please help me here (I'd like a terminal solution, more specifically, Python way would be instructive for me)? I have a whole bunch of files in a directory. I'd like a program to loop ...
1
vote
1answer
67 views

Android Caching Files vs Downloading

In my Travel app which depends on lot of images. I have implemented a Lazy Loader and Caching of images. In total for all the destinations the images are close to 20mb. If a User wants to download all ...
0
votes
0answers
203 views

Is there any alternative to CKfinder in a java web application with open source.?

CKFinder: Is there any alternative to CKfinder to integrating in ckeditor for java web application with open source. i tried to search in google. but only available for PHP. i want open source for ...
3
votes
3answers
136 views

Duplicate files in Xcode manager?

I've found that I get duplicate files in the Xcode manager. They appear to point the same file in finder. My first thought is that this was created when one of my colleges was, incorrectly, fixing a ...
0
votes
1answer
36 views

performance optimization with managing user files on a web application

My web applications needs to store and retrieve data files created by the application users (these files are log files that originate from a monitoring device that the app user uses). A typical file ...
0
votes
1answer
124 views

Recursively delete folders with specific extension

I have a file structure of images that is fairly flat although quite large (only goes 3-4 levels deep). In this structure I want to delete all folders that end with '.files' (no quotes). Note that ...
0
votes
1answer
59 views

Locating orphaned files not referenced by android database

I have a content provider which has a _data column, the _data column stores a reference to a created file, when the row is deleted the file sometimes gets left behind. What would be the best way to ...
0
votes
0answers
27 views

Autosort files - making an simple online customer portal

I have been looking at this tread http://askubuntu.com/questions/214516/ i have a question about this: I think i can manage to get the comands working, its just to read, test, check, run. But i ...
-1
votes
3answers
344 views

C#: Get All Files From a Specific Date and Save It To a Folder [closed]

Is there a way to get all the files (last modified on a specific date), and save them into a new folder (with the name of the specific date). Example files: Inside C:/ Image File Date Modified ...
0
votes
0answers
27 views

One of our file servers was failing and we needed to migrate the user data (sync'd My Documents, etc.) to another. [closed]

One of our file servers was failing and we needed to migrate the user data (sync'd My Documents, etc.) to another. The failing server is Win 2003, the good server is Win 2008 R2. Problem 1: Ran ...
0
votes
1answer
100 views

Allow dired-do-copy and dired-do-rename to create new dir on the fly

Does anyone have an emacs lisp hack that would allow the creation of a new directory on the fly during dired-do-copy or dired-do-rename? I understand that it can be created prior to running one of ...
0
votes
1answer
60 views

Use all .h files in a subproject of an Xcode project

I have a project that contains a git submodule from another project, and, after adding the project as a dependency, and building successfully, I cannot figure out how to get the .h files from it into ...
1
vote
2answers
196 views

How can I test if a string refers to a file or directory? with regular expressions? in python?

so I'm writting a generic backup application with os module and pickle and far I've tried the code below to see if something is a file or directory (based on its string input and not its physical ...
1
vote
2answers
427 views

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 ...
1
vote
1answer
277 views

Is it possible to start native file manager in android on any device and platform?

For example on Samsung Intent i = new Intent("com.sec.android.app.myfiles.PICK_DATA"); i.setAction(Intent.ACTION_GET_CONTENT); startActivityForResult(i, 0); you can start ...
0
votes
1answer
196 views

Windows OS level file open event trigger

Colleagues, I have need to run a script/program on certain basic OS level events. In particular when a file in Windows is opened. The open may be read-only or to edit, and may be initiated by a number ...
0
votes
0answers
35 views

Cache an HTML page and all its associated resources [duplicate]

Possible Duplicate: Save web pages with all their images, CSS, and other resources My app displays an HTML page (the last version of this file) but of course all the image references are to ...
1
vote
1answer
90 views

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)?
0
votes
1answer
616 views

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 ...
-2
votes
1answer
101 views

Change app folder name [closed]

We would like to change the folder name of the current app. If my app is called abcCalc, I have an abcCalc parent folder and which contains the abcCalc.xcodeproj file, and also an abcCalc subfolder ...
0
votes
3answers
88 views

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 ...
0
votes
0answers
53 views

version control with duplicate files [closed]

What I am looking for is a system, which does quite the contrary to what git/hg/svn do: A version controlled file should for example be copied to a new revision if I "commit" the changes I made. For ...
-1
votes
0answers
68 views

Suggestions for organizing files, projects and especially pictures from project to project?

I'm really getting overwhelmed with keeping all my files organized between my different projects. Not only that I want to be able to reuse or keep specific code, assets and graphics for new projects. ...
1
vote
1answer
138 views

Failed in deleting file in main bundle under sandbox

I am trying to delete a file in the main bundle of my app in code. What I am trying is: get the file path via [[NSBundle mainBundle] pathForResource:ofType:], then try to delete it via [[NSFileManager ...
0
votes
1answer
108 views

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". ...
0
votes
1answer
72 views

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 ...

1 2 3 4