0
votes

In the left pane of the google apps script editor, there is a button for a new folder. I have not been able to find out what one can do with this.

2
Can you clarify what you mean please? Like a screenshot - Robin Gertenbach
I'm guessing that you are using the Google Apps Sidebar toggle Chrome extension. Link The "New Folder" button groups files into folders. That is done in the browser. It's not a native capability of the Apps Script editor. - Alan Wells

2 Answers

1
votes

The Google Apps Script Editor doesn't include folders as a built-in function, but you could use Google Drive folders to organize files, including Google Apps Script project files but not the internal .gs and .html files.

0
votes

The answer was in the two comments: the pane labeled "New Folder" was put there by the extension, AppsScript Color, which I tried at one time.