cristianbuse / VBA-FileTools

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

Complete 'Get Known Folder' functionality for Windows #11

Closed guwidoe closed 1 year ago

guwidoe commented 1 year ago

Addition of the GetKnownFolderWin function which wraps the SHGetKnownFolderPath API function for getting known folder paths.

A separate PR for similar functionality for Mac will follow soon.