Tagged Questions

0
votes
0answers
17 views

Potential errors with my makeValidFilename function?

It is inspired by "How to make a valid Windows filename from an arbitrary string?", I've written a function that will take arbitrary string and make it a valid filename. My function should …
3
votes
2answers
321 views

How to find out why renameTo() failed?

Hi, 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 …
2
votes
2answers
155 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. …
1
vote
3answers
122 views

What’s the best way to automate text replacing?

Here's the situation: I have a lot of HTML files, and these HTML files link to a lot of documents. The documents have ALL been renamed. I have an excel sheet which has the old name of the file and …
3
votes
4answers
882 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 …
0
votes
2answers
89 views

What’s the best way to automate file renaming?

Here's the situation: I have an excel file which contains the following information: Document location: (C:/folder/sub/file.doc) and Document New Name: (RENAMED-FILE.doc) What would be the be the …
2
votes
3answers
664 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 …
0
votes
1answer
73 views

Batch code to re-name set of template files by changing part of the name of one file (all files to copy changes to the same text).

I have created a filing system containing folders as templates for re-creating a set of information to be used when we accept bookings and need a batch command to rename all files within a directory …
0
votes
0answers
477 views

renaming files in Unix [closed]

How to rename all the files in one directory to new name using the command mv. Directory have 1000s of files and requirement is to change the last character of each file name to some specific char. …
1
vote
6answers
418 views

Renaming files the same way again and again

I had a program work on some images of mine and it returned them to my directory. funny thing, they're now all png images instead of gif. At first i thought it was simple renaming, but I tested with …
1
vote
8answers
258 views

Batch rename issue when dealing with special chracters in the filename

I have several hundred *.mp3 files in c:\files. There are all imaginable filenames in there like milad.mp3 (good behaving) hey you.mp3 (space in filename) systemofadown.mp3 (long filename) …
1
vote
5answers
534 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 …
0
votes
7answers
198 views

batch rename to change only single character

How to rename all the files in one directory to new name using the command mv. Directory have 1000s of files and requirement is to change the last character of each file name to some specific char. …
0
votes
1answer
192 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. …
0
votes
1answer
214 views

C++ stdio::rename(); synchronous?

I was just wandering if stdio::rename() function call is fully synchronous. So is the file immediately after return from the function call available under new name or it might take some time (some …

1 2 next
15 30 50 per page