Top "File-management" questions

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

Adding a folder to Xcode project

I have a folder full of files on my iPhone app which I want to use, but Xcode will not …

xcode file-management
Rename all files in folder to uppercase with batch

Is there a way to rename all files in a specific folder to uppercase with batch file? I found this …

file batch-file file-management
How to download all files and folder hierarchy from Jupyter Notebook?

If I want to download all of the files and folder hierarchy from Jupyter Notebook as shown in the picture, …

jupyter-notebook jupyter file-management jupyterhub
Trying to add files, get error message: The operation couldn't be completed. File exists

I need to replace some images in my application. As a result I deleted them from Xcode and now when …

xcode4 file-management
How do I stop emacs dired mode from opening so many buffers?

When I use dired mode to browse around and find a file I want to open in Emacs, dired opens …

emacs file-management dired
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 …

asp.net-mvc file-upload permissions directory file-management
Delete a large number (>100K) of files with c# whilst maintaining performance in a web application?

I am trying to remove a large number of files from a location (by large I mean over 100000), whereby the …

c# file-io file-management
Save/load files in app with Swift 4

my app needs to create files (e.g. .txt files) and directory to catalogue that file, that have to be …

ios swift file-management
Tips for managing a large number of files?

There are some very good questions here on SO about file management and storing within a large project. Storing Images …

php directory-structure file-management
Create a PDF according to a given format using the iText library

I'm working on small project in java, there I want to fetch the contents from a database and write them …

java pdf itext file-management