hello.. help me solve this :cheesy:
when a new car or motorcycle created, the system should create a folder with the name of the car or motorcycle. the hierarchy should be like this:
Vehicle(main exe folder)
+Car
-Porsche
-Ferrari
+Motorcycle
-Suzuki
-Honda
new vehicle info's folder shoud be create as example
---> c:\vehicle\motorcycle\suzuki125\
---> c:\vehicle\car\ferrari\ferrariSE\
so, from C++
- how to create new folder?
- how to create new file in new folder?
- how to write/read file from the folder?