Top "File-move" questions

Moving files in a filesystem.

How to programmatically move , copy files to SD?

I am making an android app which lets the user transfer some files from internal storage to external storage(SD …

android storage storage-access-framework file-move
File.Exists + File.Move Erroring "The process cannot access the file because it is being used by another process."

I have what I thought would be a very simple file mover script. It checks for a file and moves …

c# file-move
Move files up one folder level

I have a folder called "April reports" that contains a folder for each day of the month. Each folder then …

powershell directory parent file-move
Files.move() in Java giving a FilesSystemException error because folder is "being used by another process," but it's not

I want to move a single file to another folder, but I can't because "it is being used by another …

java file-move
System.IO.File.Move error - Could not find a part of the path

I have a sync software, which loads CSV files from "Incoming" folder, processes them and then moves them to the "…

c# file-move
Flatten complex directory structure in Python

I want to move files from a complex directory structure to just one place. For example i have this deep …

python directory-structure flatten file-move