Rename Directory to Folder to make more sense.

Introduce new file type TypeFolder which is not used anywhere, however.
This commit is contained in:
Kleissner
2021-08-27 04:58:15 +02:00
parent a2384ca627
commit 8fb9afaddc
3 changed files with 22 additions and 18 deletions

View File

@@ -19,6 +19,7 @@ const (
TypeExecutable // Any executable file, OS independent
TypeContainer // Container files like ZIP, RAR, TAR
TypeCompressed // Compressed files like GZ, BZ
TypeFolder // Virtual folder
)
// High-level file types. New ones may be added as required.
@@ -39,6 +40,7 @@ const (
FormatDatabase // Database file
FormatEmail // Single email
FormatCSV // CSV file
FormatFolder // Virtual folder
)
// Future tags to be defined for audio/video: Artist, Album, Title, Length, Bitrate, Codec