In my CF application i have a textbox where user defines a directory.
I want to check if the input is valid and create the directory.
The path can be either on the device itself or on a storage card.
can some1 please help me with the correct solution?
thanx !
Validating is going to be up to you. There is a lot to it, including scraping for invalid chanacters, etc.
Creating the directory is pretty simple.