you could make my code use increment wrapped in enclosures and get the same result. Why use non-scalable native API?
This is like making a mountain out of a mole hill..
How to create a new folder with a unique name
- ultralazor
- Enthusiast
- Posts: 186
- Joined: Sun Jun 27, 2010 9:00 am
Re: How to create a new folder with a unique name
so many ideas so little time..
Re: How to create a new folder with a unique name
WinAPI LoadString_() in my examples was used to get the name of "New Folder" in the installed language.ultralazor wrote:Why use non-scalable native API?
For users with german language Windows OS it returns "Neuer Ordner", for french people the french string.
If you want englisch only, you don't need the API stuff and just hard-code it.