cristianbuse / VBA-FileTools

Useful methods for interacting with the file system
MIT License
81 stars 23 forks source link

DemoLibFileTools.bas > Compile error due to GetPathSeparator() #3

Closed ikellerer closed 2 years ago

ikellerer commented 2 years ago

It looks like if the function GetPathSeparator has been renamed to PathSeparator in LibFileTools.bas

cristianbuse commented 2 years ago

Hi @ikellerer,

Yes, I did the rename on purpose to make it more aligned with how the Application property is named but forgot to update the demo. Just corrected that.

Thank you!