Any idea how to work around Storage has no permissions to Storage:move() or rename() files in Directory that Storage created?
I even checked permissions with
echo substr(sprintf('%o', fileperms('C:\myPath\storage')), -4);
echo substr(sprintf('%o', fileperms('C:\myPath\storage\Logs')), -4);
And both give me 777 (localy on windows)
But i still occure Permission denied (code:5)