I want to move a existing folder to another path
Existing Folder
css/main/main.css
Moving Folder
website/
How can i move the folder
I want to move a existing folder to another path
Existing Folder
css/main/main.css
Moving Folder
website/
How can i move the folder
if you don’t have a folder named “website” you can rename the file to “website / main.cc” or create a new file named “website / main.css” and copy-paste the old one xd
I have More Files i cant do it
I don’t know if there is an easy shortcut but I think you have to do like this ¯_(ツ)_/¯
If Glitch Helps me Then its will be Awesome to move Folders
Hey @SudhanPlayz,
Can you try running
mv fromPath/ toPath/
in the Glitch console? In your case, it should be
mv css/main/ website/
Have you made any spelling errors in the folder names, by any chance?
From is Correct
To the folder is not availabe now
Can you tell me the project name, so that I can take a look?
here-is-the-name is my Project Name
Errr…no project such as here-is-the-name exists, maybe it’s set to private?
It is private but can you DM me on Discord so i can give you Edit Link
Sudhan#5859
Hey @SudhanPlayz,
It’s been fixed, I believe. The folder named admin
was not showing up when I typed ls
in the console, meaning that it has not been saved. So as you requested in the Discord chat, I have moved all the folders you needed to the file path panel/assets/css
.
Hope that helps!