Get the directory that's at the root of all notebox storage
()
| 144 | |
| 145 | // Get the directory that's at the root of all notebox storage |
| 146 | func fsRoot() string { |
| 147 | return fsRootStorageLocation |
| 148 | } |
| 149 | |
| 150 | // Make a path from the specified name |
| 151 | func fsPath(filename string) string { |