Enum TypeOfExtensionDC
- Namespace
- SunamoDevCode._public
- Assembly
- SunamoDevCode.dll
Defines categories of file extensions based on their content type and purpose.
public enum TypeOfExtensionDC
- Extension Methods
Fields
archive = 0Archive file type (zip, rar, etc.).
binary = 12Binary file type.
configText = 6prošel jsem zda v AllExtension jsou všechny textové
contentBinary = 8Binary content file type.
contentText = 7XML, JSON, mdf, ldf, sdf, atd. Can't name data because is difficult search (exists also database)
database = 5Database file type.
documentBinary = 4Binary document file type (pdf, docx, etc.).
documentText = 3Text document file type (doc, txt, etc.).
executable = 11Executable file type (exe, dll, etc.).
font = 15Font file type (ttf, otf, etc.).
image = 1Image file type (png, jpg, etc.).
multimedia = 16Multimedia file type (mp3, mp4, etc.).
other = 18Is used when extension isn't know U ostatních souborů vypsat jejich popis z windows
resource = 13u resourců by to asi tak nevadilo kdyby byly zakódovany třeba ve b64 ale pro jistotu je všechny řadím do binárních ať je nepoškodím
script = 14prošel jsem zda v AllExtension jsou všechny textové sql, cmd, ps1,
settingsText = 9prošel jsem zda v AllExtension jsou všechny textové ini, atd.
source_code = 2Source code file type (cs, js, etc.).
temporary = 17Temporary file type.
visual_studioText = 10prošel jsem zda v AllExtension jsou všechny textové