I was just wandering if there was a way to test if a folder with a specific name already exist (in a folder like #@#).
It could be using any sort of meter, built-in plugin or lua i don't really mind.
Well actually it could as well use external proggramms (i would prefer to not) or other rainmeter plugin.
So the way i would like to use this is that would like to be able to create a folder with a skin and to see if i can create it.
If a folder with the same name already exists, it would return a certain value so i can use a "if" to say that you can't use this name because a folder is already using it.
If you guys didn't understand something tell me so, i'll try reexplain this.

Edit : Well after some research I found that I can test if a folder exist with a batch file but, to use this with rainmeter (and for what i wan't it to do) i would have to rewrite the batch file and then use a bang using the rainmeter.exe.
Or maybe there is a way to call a batch file with a Variable (so i won't have to rewrite the file anymore) ?