Folder creation

how do i make folders?

1 Like

You create folder as part of your file name using the new file option. For example, name a file ‘view/test.txt’ and it’ll create the folder view with the file test.txt inside it.

2 Likes

ok thanks for your help

1 Like

@chroventer say if I wanted to create two files within the same folder would I do commands/ban.js and commands/kick.js would the two files be put in the same folder or would it create two folders called commands

There would only be one folder.

This can also be done it the console with mkdir example_folder.

1 Like