Incorrect path, I do not know how to access the files path
HODAKdev opened this issue · 2 comments
HODAKdev commented
holzschu commented
Hi,
yes, the ~group
folder (also named ~shortcuts
) is the folder where Shortcuts are executed, for practical reasons. The folder that appears in the Files app is ~/Documents
. You can always copy files and directories from the ~group
folder to the main folder with, e.g. cp myFile.mp4 ~/Documents
or mv myFile.mp4 ~/Documents
.
HODAKdev commented
I added “mv video.mp4” command to shortcut, now it works perfectly. Thanks!