Enter Keywords:
1 - 10 of 23(0.002 seconds)
Sort By:
 
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
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...
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...
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...
Zones: Windows XPDate Answered: 12/31/2005 Rating: 8.8 Views: 22
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...
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...
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...
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...
Zones: Misc OS, MS Server, Windows 20...Date Answered: 03/24/2008 Rating: 7.2 Views: 33
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...
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...
Zones: Active Directory, Windows N...Date Answered: 06/25/2007 Rating: 7.8 Views: 89