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
0 answers

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 and mix greek/english words. It seems that no…
Jim
  • 2,760
  • 8
  • 42
  • 66
0
votes
4 answers

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 your code as well? I am still learning PHP. Thank…
Aaron Brewer
  • 3,567
  • 18
  • 48
  • 78
0
votes
1 answer

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 looking for a replacement system as we've changed…
QMKevin
  • 1,101
  • 3
  • 13
  • 26
0
votes
0 answers

Add delete function in my project

I use this code for my contextual menu and I make a simple commands. But how to integrate real commands in this? I want make real function. @Override public void onCreateContextMenu(ContextMenu menu, View v,ContextMenuInfo menuInfo) { …
Raul Petrescu
  • 69
  • 1
  • 7
0
votes
3 answers

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 tried this with the code below. The only problem is…
aLFaRSi
  • 559
  • 2
  • 12
  • 29
0
votes
4 answers

How to arrange files that are displayed using PHP

General Downloads

steven
  • 13
  • 3
0
votes
1 answer

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 For each file admin from backend can create…
Muhammad Raheel
  • 19,823
  • 7
  • 67
  • 103
0
votes
1 answer

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 is less than 10KB big. Each such file has a…
Avi
  • 23
  • 5
0
votes
1 answer

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 the files I want to delete are hidden. I saw a…
Anthony Elliott
  • 2,941
  • 5
  • 29
  • 42
0
votes
1 answer

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 find and delete the orphaned files, which are…
0
votes
3 answers

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

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 Image001.jpg 11/12/2012 Image002.jpg …
abramlimpin
  • 5,027
  • 11
  • 58
  • 97
0
votes
2 answers

Pitfalls of automated file versioning?

I'm working on a file management system and would like to include an automated versioning such as bates numbering if a file with the same name exists. I thought of inserting a "-v0001" between the filename and extension and counting the number of…
jjclarkson
  • 5,890
  • 6
  • 40
  • 62
0
votes
1 answer

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 these two commands. Extra points for some type of…
Mikef
  • 1,572
  • 2
  • 10
  • 21
0
votes
1 answer

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 my project. The subproject is not a framework,…
Rob Caraway
  • 3,856
  • 3
  • 30
  • 37
0
votes
1 answer

Utility for selectively copying source project

I need some tool. I have project (Java/Android). At folder src I have all my java files. I made some changes in the project (some files changed). Now I want copy from src all updated files (for example: today changes), but preserving the directory…
Yura Shinkarev
  • 5,134
  • 7
  • 34
  • 57