0
votes
5answers
98 views
How can i Rename File???
Hiii.... All....
My purpose is to rename one File... what i m Doing is.... i m Searching A perticular String in a text File... among So many files and if that perticular text Fou …
1
vote
3answers
102 views
rename not supporting multi-byte characters
If I write:
rename('php109.tmp','test.jpg');
then it's fine and working.
but if I change it into:
rename('php109.tmp','中文.jpg');
it'll report "No such file or directory...".
…
0
votes
2answers
84 views
git: Move a file/directory but still merge changes easily?
I've read in various FAQs that git doesn't explicitly track renames/moves, preferring to look for identical (or in some situations similar?) files. That's great, but will it cope w …
2
votes
3answers
74 views
Strip Characters Before Period If Filename Has Prefix in Bash
I have a directory that looks like this:
pages/
folder1/
folder1.filename1.txt
folder1.filename2.txt
folder2/
folder2.filename4.txt
folder2.filename5.txt
folder3/
fil …
0
votes
1answer
13 views
rename table to ‘NOW() + old_table_name’
is it possible somehow to use the NOW() function or something similar in MYSQL rename table()?
the reason i need this is because instead of dropping old tables straight away we pr …
0
votes
1answer
33 views
Rename user name iSQL plus
Hi there, I was wondering how you would change the name of a username in iSQL plus. Thank you.
-1
votes
2answers
133 views
Python: How to replace dashes in filenames?
The question is related to the answer about renaming files recursively.
The code, changed to replace dashes, does not work with cases such as:
./Beginners Tools/Hello's -Trojans- …
2
votes
3answers
590 views
Rename files, Python/Jython
I have a directory full of files, some which have an ampersand in their names. I would like to rename all the files with ampersands and replace each ampersand with a plus (+). I …
0
votes
2answers
48 views
Using Powershell to recursively rename directories using a lookup file
I need to rename a lot of directories and their sub directories.
I have a csv file which contains the old directory names and the required new name.
1,blah,old_name1,new_name2,wi …
0
votes
1answer
49 views
Rename file with uploadify
Hi there
I'm using uploadify with asp and I want to change the file name to the current date+time when the file is complete.
Is there any way to do it?
this is my JS code:
$('# …
0
votes
1answer
27 views
Ability of SHFileOperation
Does SHFileOperation support to move and rename files at the same time?
I'v got a set of files :
c:\
f1.bmp f2.bmp f3.bmp f4.bmp
I want to move each to new folder, and rename th …
4
votes
7answers
200 views
Is there a way to change a SVN users username through the entire repository history?
When my team first started out with SVN we all just used our first names when committing to the repository, however, now that our team has grown, we are running into issues because …
-1
votes
3answers
57 views
Rename a bunch of files in debian
I have thousands of files that I need to rename with the following format.
2008:09:18:17:45:48-alfanumeric-alfanumeric.wav the first part is a date.
Ex. 2008:09:18:17:45:48-703-s. …
2
votes
3answers
90 views
Renaming Directory with same name different case
I am trying to rename a directory in c# to a name that is the same only with differing case.
For example:
f:\test to f:\TEST
I have tried this code:
var directory = new Directo …
0
votes
2answers
82 views
Rename image files on server directory
I need some help in renaming some images in a directory located at /images/graphicsLib/.
All image names in /graphicsLib/ have naming convention that looks like this:
400-60947.jp …
