[BRL.FileSystem] fixed CreateDir network recursion

BlitzMax Forums/BlitzMax Module Tweaks/[BRL.FileSystem] fixed CreateDir network recursion

plash(Posted 2009) [#1]
The CreateDir function did not handle network directories correctly under windows (where paths start with "//" - it tried to create "/", then "/", then the server name/IP, which is impossible).

Here is a corrected (and SuperStricted) version, which makes the beginning of the loop start at the network base path: