Can You Create Folders In Glitch Projects?

Hello, is it possible for me to make a folder inside my glitch project to hold things like subpages and images?

1 Like

Hey @Panda_x64-bit – yes, this is possible via the file creation UI.

To add a file inside a folder, include a forward slash in the file name (e.g. folder/my-awesome-file.js)

Using an example of tmp/test.txt will create a folder named tmp with the test.txt file inside. Then you can interact with the folder in the UI like you would a pre-existing folder.

1 Like

If you want a folder in folder you can put this example
mainfoldername/anotherfolder/file.txt

1 Like