Custom Renaming File
-
I want to rename all files in a folder (batch mode) like these: Before: abcdef ghijk lmno pqrs tuv wxyz After: (First letter of every word is Capital) Abcdef Ghijk Lmno Pqrs Tuv Wxyz --------------------------------------------------- Before: ABCDE FGHI After: Abcde Fghi -------------------------------------------------- Before: abcd efghi abcd jklm abcd nop After: (Removing same letters and/or words from starting or end of every file in the folder) efghi jklm nop I'm using VB.NET 2003 Thanx in advance. Iftikhar Ali
-
I want to rename all files in a folder (batch mode) like these: Before: abcdef ghijk lmno pqrs tuv wxyz After: (First letter of every word is Capital) Abcdef Ghijk Lmno Pqrs Tuv Wxyz --------------------------------------------------- Before: ABCDE FGHI After: Abcde Fghi -------------------------------------------------- Before: abcd efghi abcd jklm abcd nop After: (Removing same letters and/or words from starting or end of every file in the folder) efghi jklm nop I'm using VB.NET 2003 Thanx in advance. Iftikhar Ali
And where is your problem?
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
And where is your problem?
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
How can i do that ^ type of renaming in VB.NET 2003, coding please?
-
How can i do that ^ type of renaming in VB.NET 2003, coding please?
You can learn how to program and then you will know how. Or you can search for a open-source program that does that and use that code. You are asking for a full working code here. Well that costs money soo if you have the money send me an email and we can talk ;)
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
You can learn how to program and then you will know how. Or you can search for a open-source program that does that and use that code. You are asking for a full working code here. Well that costs money soo if you have the money send me an email and we can talk ;)
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
Thats not the polite way of talking......i'm not asking for complete code, & if i'm whats wrong in it, 100s of people here asks for even more difficult things & complete code. If i have money then why i come to this forum to make my programs? Its common-sense. If u don't want to help me, why are you just replying with that type of dead posts.
-
Thats not the polite way of talking......i'm not asking for complete code, & if i'm whats wrong in it, 100s of people here asks for even more difficult things & complete code. If i have money then why i come to this forum to make my programs? Its common-sense. If u don't want to help me, why are you just replying with that type of dead posts.
I am just tryng to point you in the right direction. If you would like to learn how to program, then asking for code is the wrong way. Get a book, read it and write your own code. If you don't want to learn how to program pay somebody to do the job for you. It is as simple as that. And I know other people are asking for code too, but I don't have the time to reply to all those messages. And if I remember correctly I have told you where you can get that code for free.
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
I am just tryng to point you in the right direction. If you would like to learn how to program, then asking for code is the wrong way. Get a book, read it and write your own code. If you don't want to learn how to program pay somebody to do the job for you. It is as simple as that. And I know other people are asking for code too, but I don't have the time to reply to all those messages. And if I remember correctly I have told you where you can get that code for free.
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
Sorry! You didn't tell me where i can get such code, tell me. Tell me why TUTORIALS are developed? They are step-by-step learning tool describing even small things. If you don't want to give me complete code, then give me idea, logic of doing that......i know how to rename files in VB.NET but don't know how to do that ^ type of renaming. OR Tell me how can i go through each letter in file name (string) & how to detect spaces between words, so i can UPPERCASE or lowercase them.
-
Sorry! You didn't tell me where i can get such code, tell me. Tell me why TUTORIALS are developed? They are step-by-step learning tool describing even small things. If you don't want to give me complete code, then give me idea, logic of doing that......i know how to rename files in VB.NET but don't know how to do that ^ type of renaming. OR Tell me how can i go through each letter in file name (string) & how to detect spaces between words, so i can UPPERCASE or lowercase them.