Hi,
I have a folder which contains sub folders of a variable amount which contains files of a variable amount.
How can I rename all of the files within the parent folder?
Thanks
http://www.experts-exchange.com/Programming/Languages/Java/Q_21702355.html
Zones:
JavaDate Answered: 01/25/2006 Rating: 8.6 Views: 0
I am using VC++ 6.0 to write a little bit of multimedia software. I need a snippet of code that will take all of the file names in a designated folder and put them in an array. Then do down the...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21848207.htm...
Zones:
Windows MFCDate Answered: 05/21/2006 Rating: 9.4 Views: 0
I'm trying to rename a folder in C#. I know that you really have to use System.IO.Directory.Move(oldPath, newPath) to do this.
However it becomes a little more complex for me and I'm unsure wha...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22704614.html
Zones:
C#Date Answered: 08/06/2007 Rating: 9.2 Views: 55
I have a folder called c:\myFolder,
inside it have "file1", "file2" and "file3",
I wish to rename all files inside the folder with the suffix "_o",
so the result will be
"file1_o", "file2_o" an...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/XP/Q_21678938.html
Zones:
Windows XPDate Answered: 12/31/2005 Rating: 8.8 Views: 29
Using VB6, I want to rename a list of files in "C:\My Documents\My Music" folder like the following :
ABC10.ra to 10.ra, ABC11.ra to 11.ra, ABC12.ra to 12.ra
.. ABC66.ra to 66.ra
You notice th...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21751040.html
Zones:
Visual BasicDate Answered: 02/25/2006 Rating: 9.2 Views: 0
lets say i have a picture named pic0599, i want my perl script to rename every file in the folder such that the file will now be called pic0599q.
i have this code, how can i modify it to add a q...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21751806.html
Zones:
PerlDate Answered: 02/25/2006 Rating: 6.6 Views: 0
Hi
I think I need VB to do this but unsure (on Win XP Pro Machine)
I have a folder with loads of files in it, all weird names with spaces etc like : 22. ISLAND MODELS exc ICE-FIJI.pdf
I ne...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21972053.html
Zones:
Visual BasicDate Answered: 08/30/2006 Rating: 7.4 Views: 0
I have Windows Server 2003. I shared a folder on it and gave the usesr read, write and execute permissiona. I do not want the users to delete any file or folders there i did not give them the modif...
http://www.experts-exchange.com/OS/Miscellaneous/Q_22461364.html
Hello and how are things? I am really stuck and I am not sure why this is not working. I have this code that I want to write the contents of a file I have the user picking to upload to another fold...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22519576.html
Zones:
JavaDate Answered: 04/18/2007 Rating: 7.8 Views: 0
Hi guys,
I'm the admin of a Windows 2003 environment.
I want to change the permissions on a folder and subfolders on a file server. Currently everyone has Full Control but I now want to 1) p...
http://www.experts-exchange.com/Software/Server_Software/File_Servers/Windows_File_Sharing...