Tagged Questions
rename-file means changing name of a file
20
votes
5answers
12k views
Handling file renames in git
I'd read that when renaming files in git, you should commit any changes, perform your rename and then stage your renamed file. Git will recognise the file from the contents, rather than seeing it as a ...
12
votes
4answers
157 views
Why does renaming of files sometimes refactor the classnames and sometimes not?
I found it curious that the file rename sometimes ask to refactor the class inside and (most) sometimes just renames the files.
10
votes
6answers
10k views
Rename Files in Python
Im trying to rename some files in a directory using python. I've looked around the forums here, and because i'm a noob, I cant adapt what I need from what is out there.
Say I have a file called ...
10
votes
9answers
12k views
Reliable File.renameTo() alternative on Windows?
Java's File.renameTo() is problematic, especially on Windows, it seems.
As the API documentation says,
Many aspects of the behavior of this
method are inherently
platform-dependent: The rename
...
9
votes
5answers
6k views
Rename multiple files in Unix
There are multiple files in a directory that begin with prefix fgh, for example:
fghfilea
fghfileb
fghfilec
I want to rename all of them to begin with prefix jkl. Is there a single command to do ...
7
votes
5answers
7k views
How to find out why renameTo() failed?
I am using WinXP. I use java to generate a list of files. The file will be created as abc.txt.temp at first, and after completing the generation, it will be renamed to abc.txt.
However, when i ...
6
votes
3answers
395 views
file renaming problem?
Renaming a file in c#:
File.Move(source,Destination);
File.Delete(source);
It execute successfully, how ever when i try to rename the file again, the system gives this exception:
The ...
4
votes
4answers
268 views
Batch file renaming – inserting text from a list (in Python or Java)
I'm finishing a business card production flow (excel > xml > indesign > single page pdfs) and I would like to insert the employees' names in the filenames.
What I have now:
BusinessCard_01_Blue.pdf
...
4
votes
3answers
2k views
Enforce unique upload file names using django?
What's the best way to rename photos with a unique filename on the server as they are uploaded, using django? I want to make sure each name is used only once. Are there any pinax apps that can do ...
4
votes
5answers
2k views
Batch Renaming with Bash
How can Bash rename a series of packages to remove their version numbers? I've been toying around with both expr and %%, to no avail.
Examples:
Xft2-2.1.13.pkg becomes Xft2.pkg
jasper-1.900.1.pkg ...
3
votes
7answers
3k views
Using sed to mass rename files
Objective
Change these filenames:
F00001-0708-RG-biasliuyda
F00001-0708-CS-akgdlaul
F00001-0708-VF-hioulgigl
to these filenames:
F0001-0708-RG-biasliuyda
F0001-0708-CS-akgdlaul
...
3
votes
6answers
303 views
How to rename files in a for loop in Perl
I am running a Perl script and try to accomplish renaming files as below..
I have a list of *.ru.jp files in a folder with other non related files. I would like to rename with a number which I have ...
3
votes
5answers
2k views
How can I get the original capture timestamp from my home movie files:: AVI and MPG4?
I have over a TB of home movies with horrible file names. Finding what you want is impossible.
I would like to rename all files to the time they were originally recorded (not the file time they were ...
2
votes
1answer
57 views
Batch: how do you bulk rename files (getting close)?
I've seen people do this in Perl, but I'm wondering if there's a way to do it via batch? It's built into Windows, so I think it would be more useful to know how to do this with a batch script. It ...
2
votes
1answer
29 views
Script to rename files
I have about 2200 different files in a few different folders, and I need to rename about about 1/3 of them which are in their own subfolder. Those 700 are also in various folders as well.
For ...
2
votes
3answers
99 views
Trying to set the last modified time of a file in Java after renaming it
Here's the code I started off with:
long modifiedTime = [some time here];
File oldFile = new File("old_name.txt");
boolean renamed = oldFile.renameTo(new File("new_name.txt");
boolean timeChanged = ...
2
votes
4answers
407 views
Rename a running executable (exe) file
We are trying to push updates to multiple servers at once and my manager has found that it is possible to rename running .exe file. Using that knowledge he wants to rename a running exe and copy over ...
2
votes
2answers
541 views
How do I recursively rename folders with Powershell?
Recursive renaming files using PS is trivial (variation on example from Mike Ormond's blog):
dir *_t*.gif -recurse
| foreach { move-item -literal $_ $_.Name.Replace("_thumb[1]", "")}
I'm ...
2
votes
3answers
516 views
Subversion, renaming, Wha?
So i have a funny problem.
Subversion, you are not aloud to rename items with the same name if the only difference is capitalization. Netbeans has subversion. Netbeans allows you to rename files if ...
2
votes
2answers
537 views
php - Diferences between copy, rename and move_uploaded_file
Are there diferences when I use that functions? Why should I use one instead of the other one...
Thank you.
2
votes
2answers
977 views
Force rename a file in Java
Can I use any utility to do a force rename of a file from Java.io?
I understand that Java 7 has these features, but I can’t use it...
If I do a
File tempFile = File.createTempFile();
...
2
votes
2answers
794 views
asp.net file-rename
How to solve the following problem?
I have renamed a file from 'OldMailsCollection.aspx' to 'StudentOldMail.aspx'.
The code-behind file is renamed automatically. I have also updated the reference.
...
2
votes
3answers
2k views
Copy a directory tree to a single directory at a command line
Anyone know of a command line utility (or one that can run as a command line) that will collect all the .jpg files in a directory tree to a single folder, only copying files that change?
I started ...
2
votes
1answer
877 views
Fast/easy renaming of filenames in TFS (CodePlex)
I host a project on CodePlex, but a bunch (200+) files need to have their extension changed.
What is the easiest, least painful way to do this? I cant see myself doing them one by one in the IDE.
...
1
vote
0answers
18 views
Windows. When copy a file. Change the default 'naming scheme'. [migrated]
When I copy file "some.txt" in windows explorer and paste in the same directory - a new file appears. It's default name is "some - Copy.txt"
Is there a way to customize the default name for a new ...
1
vote
1answer
74 views
os.rename on windows raise WindowsError instead of OSError
Python documentation says that
os.rename(src, dst)
... On Windows, if dst already exists, OSError will be raised even if it is a file ...
However, for me it raises WindowsError. Is there a ...
1
vote
2answers
79 views
Way to move files in bash and rename copied file automatically without overwriting an existing file
I'm doing some major restructuring of large numbers of directories with tons of jpgs, some of which my have the same name as files in other directories. I want to move / copy files to alternate ...
1
vote
2answers
64 views
file delete and rename issues
Here is the code iam using for deleting file f1 and renaming a file f2 to f1..But it returns false.
String strLine;
File f1 =new File("C:\\Equinox\\RootSipResource\\root\\root.properties");
...
1
vote
4answers
98 views
Shell/Bash shortcut for bulk renaming of files in a folder(linux)
Is there a shortcut in Shell/Bash that can rename all the files in a folder based on a regex or some other criteria. What I am looking for here is in my folder documents, that has lets say a 100 text ...
1
vote
1answer
29 views
how to change files titles with java
i would like to ask if it is possible with a java prog to give a specific path to a folder "Folder1" and then rename all the files in it, changing each non-word and non-number to whitespace.
1
vote
5answers
333 views
Error 32 (file is in use by another process) when renaming a file
I have a Delphi 2006 app that writes to a file and then regularly renames it to a sequenced name, and creates a new one, i.e.
open file.dat
write a record to file.dat
close file.dat
...
open ...
1
vote
5answers
88 views
Change Names of Multiple Files Linux
I have a number of files with names a1.txt, b1.txt, c1,txt...on ubuntu machine.
Is there any quick way to change all file names to a2.txt, b2.txt, c2.txt...?
In particular, I'd like to replace part ...
1
vote
3answers
176 views
Why doesn't File.renameTo(…) create sub-directories of destination?
Why doesn't File.renameTo(...) create sub-directories contained in the destination file path?
For instance,
File source = new File(System.getProperty("user.dir") +
...
1
vote
3answers
122 views
Rename a list of file with names from another list
I have a list like the following, in a file called lista.txt:
mickey
donald
daffy
bugs
I have a folder containing many files: filename1, filename2, ... filenameN.
I want to iterate through those ...
1
vote
2answers
212 views
File upload after rename the file in zend
This is my form
class Admin_Form_RoomtypeForm extends Zend_Form
{
public function init()
{
$name = new Zend_Form_Element_Text('name');
$name->setLabel('Name :');
...
1
vote
3answers
191 views
Rename a file but keeping the orginal creation, modification time in UNIX
Is there any way to rename a file while keeping the original creation / modification/ read time?
This is in Solaris.
Thanks in advance.
1
vote
2answers
81 views
bash scripting: how to change the position of artist and song name in a filename
I have the following file:
Song - Arist.mp3
i wanna know how to change it to:
Arist - Song.mp3
using bash scripting commands.
thanks!
1
vote
1answer
345 views
Meaningful Auto Rename of File using ASP.NET
Coding Platform: ASP.NET 4.0 C#
Consider the following scenario.
I am uploading a file named "StackOverflow.doc" to the folder Documents using asp:FileUpload.
But the folder documents already have ...
1
vote
1answer
117 views
Renaming a group of files, at the same time, using a regex to concatenate a number before their extension - Python or Batch Script
I want to rename each file that ends in .log, but I have similar files like:
x.log
x01.log
y.log
y01.log
....
I want to rename every file, at a time, with that extension (.*) but without any ...
1
vote
2answers
137 views
PHP Rename() Removes Owner Attribute in Windows?
I am making use of PHP's rename function and I notice it removes the attribute OWNER in windows.
Does anyone know how to over come this? I need to keep the files previous attributes as well as ...
1
vote
2answers
718 views
Rename image file on upload php
I have a form for uploading image. The index.html submits data to resizer.php. The coding is as follows;
index.html
<form action="resizer.php" method="post" enctype="multipart/form-data">
...
1
vote
4answers
1k views
Win32 API for rename a file in C
If the source directory and the target directory, MoveFile would actually make a copy of the source file into the target file, which means that I will end up seeing two files.
Is that the best way ...
1
vote
5answers
1k views
Find files with no extension in linux and mass rename them
I have a bunch of files on my server that look like below. I need to write a script that will rename all the files from JPG to .jpg
as you can see some of them already have the .jpg extension and ...
1
vote
4answers
897 views
Rename files during upload within Wordpress backend
is there a way to rename files during the upload progress within the Wordpress 3.0 backend? I would like to have a consistent naming of files, especially for images.
I think an 12 (+-) digit hash ...
1
vote
1answer
193 views
Is it possible to rename files in Explorer and check-in them all into TFS simultaneously?
I need to rename large amount of files in different folders.
The main problem is that TFS server is located across the ocean (i.e. very far away and working with it is slow), so renaming each file ...
1
vote
1answer
202 views
Renaming files with an index in the bracket
I'd like to write a short powershell script for renaming files like:
abc(1), abc(2), .., abc(10), .., abc(123), ..
to
abc(001), abc(002), .., abc(010), .., abc(123), ..
Any idea? :)
1
vote
2answers
621 views
PHP: How do I rename a directory where the parent directory is variable?
i would like to move the files inside uploads/pension/#SOME_VARIABLE_NUMBER#/#SOME_CONSTANT_NUMBER#/
here is my code:
// move pension statements
// located at ...
1
vote
1answer
378 views
How can I rename files from a list in bash?
I have a file that contains filenames like this:
my_cool_file.xxx
my_cool_file2.xxx
my_cool_file3.xxx
I have a folder that has:
some_file.xxx
some_file2.xxx
some_file3.xxx
I would like to have a ...
1
vote
1answer
170 views
Changing the title on an editor when the input changes due to file rename
how would I go about updating the title bar of an Eclipse editor when the file input changes to reflect the new filename? For instance, when the file is renamed but you still have an editor open on ...
1
vote
1answer
264 views
Why File System Watcher is almost blind?
I am using FileSystemWatcher in order renaming files within a Watched directory.
The problem occurs if the number of files copied simultaneously to the watched directory exceeds the number of 50...
...