Hot Door CORE Forum

Full Version: files::move() not working in 0.8.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Back in 2020 I used a function that included hdi::core::files::move() and it worked fine in both Mac and Windows. Now I want to implement it again, but it's not working in CORE 0.8.0 with any version of Illustrator under macOS 11 (I haven't tested it under Windows). My code moves files from a temporary folder in ~/Library/Caches to the plugin folder and also to the user Documents folder. I did upgrade my OS from 10.14 Mojave to 11 Big Sur in order to compile for M1s, so maybe the problem is OS permissions, but I wouldn't think that affects the Documents folder.

Any tips or workarounds would be much appreciated.