PDA

View Full Version : Help material: Dir_MakeAll



Petr Schreiber
10-07-2012, 14:10
thinBasic Modules > File > DIR_MakeAll

There is minor typo in the Remarks section, there is missing "be":


If any of the parent folder specified in Path does not exist, it will be created.


Maybe it could be reworded as:


If any folder in the specified Path doesn't exist, it will be created. This is the difference from Dir_Make, which generates error in such a situation.



Petr

ErosOlmi
22-07-2012, 10:57
Done and comment added.