cristianbuse / VBA-FileTools

Useful methods for interacting with the file system
MIT License
87 stars 25 forks source link

Update CreateFolder to use FSO #6

Closed guwidoe closed 2 years ago

guwidoe commented 2 years ago

MkDir is unable to create folders containing non ANSI characters, unlike FSO, which supports Unicode. Hence using FSO is preferable.

guwidoe commented 2 years ago

Thats very weird... I didn't test it myself yet but I'll trust you on this... There must be a workaround, maybe create a temp file or temporary child directory with normal characters?