cristianbuse / VBA-FileTools

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

Documentation OneDrive GetUrl (GetWebPath) #9

Closed tdalon closed 1 year ago

tdalon commented 1 year ago

Hi Cristian I would be interested in your solution see issue title and related post: https://stackoverflow.com/questions/72100364/get-url-for-file-stored-in-onedrive-with-excel-vba/74165973#74165973 to port it to AutoHotkey. Could you maybe document/explain a bit in a few sentences how you've achieved this? I understood you are reading some .dat files, right?

Many thanks for sharing your work and your time Kind Regards, Thierry

cristianbuse commented 1 year ago

Hi @tdalon ,

The author of the post you've linked above has also posted this on Stack Overflow. His solution has a detailed explanation at the top of the module and you can find it here. Moreover, his solution works for Mac as well, although I am not sure you need that.

My plan is to rewrite this repo at which point I will also add documentation and proper testing but that won't happen in the next few weeks/months due to time constraints.

I hope Guido's comments are enough to satisfy your needs.

Regards, Cristian