Skip to content

File Tag Data Structure

Christopher Adams edited this page Nov 7, 2016 · 7 revisions

File Tag - Table Structure

File tags will be used for custom tagging of files. jfiles will provide several basic tags, the user can add custom tags that they wish to use. These tags will be great for searching and organization.

These tags should be stored in a seperate database than the caching that is NOT in memory. The user would not want their custom tags lost every time they close the program.

Default Tags

tag filePath
'Text' --
'Music' --
'Document' --
'Picture' --
'Shortcut' --
'Duplicate' --
'Incomplete' --

Clone this wiki locally