Hi,
I need help with creation of folder at specific location.
I need to create folder inside path represented by
String folderPath variable.
This folder should be of the name represented by String
fileName variable.
How can I create folder at the specific path by giving the path and foldername as parameters?
Please advice
Thanks