I have created a button with the following code to organize files into subfolders based on their extension:
Copy MOVE *.(docx|xlsx|pdf|txt) HERE CREATEFOLDER DOCUMENTS Copy MOVE *.(jpg|png|bmp|gif) HERE CREATEFOLDER IMAGENS Copy MOVE *.(mp3|ogg|aac|wma) HERE CREATEFOLDER AUDIO Copy MOVE *.(mp4|mov|wmv) HERE CREATEFOLDER VIDEO
But it happens that, the first folder (DOCUMENTS) is created fine, but the other folders (IMAGES, AUDIO and VIDEO) are created inside DOCUMENTS. Could someone help me so that the 4 folders are created at the same hierarchy level? Thank you so much