Let's try and keep the filename_suffixes list as short as possible, as it is one of the more obscure features of terra, I figure the less suffixes the developer has to remember, the better. The current names are meant to be:
dir(s) - for things they you generally know are directories
file(s) - for things you generally know are filenames, and not directories
path(s) - for fields that can be either files or directories.
Folder would just be a duplicate of dir, not adding any functionality.
Let's try and keep the
filename_suffixes
list as short as possible, as it is one of the more obscure features of terra, I figure the less suffixes the developer has to remember, the better. The current names are meant to be:dir(s)
- for things they you generally know are directoriesfile(s)
- for things you generally know are filenames, and not directoriespath(s)
- for fields that can be either files or directories.Folder would just be a duplicate of dir, not adding any functionality.