Table of Contents

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 = 0

Archive file type (zip, rar, etc.).

binary = 12

Binary file type.

configText = 6

prošel jsem zda v AllExtension jsou všechny textové

contentBinary = 8

Binary content file type.

contentText = 7

XML, JSON, mdf, ldf, sdf, atd. Can't name data because is difficult search (exists also database)

database = 5

Database file type.

documentBinary = 4

Binary document file type (pdf, docx, etc.).

documentText = 3

Text document file type (doc, txt, etc.).

executable = 11

Executable file type (exe, dll, etc.).

font = 15

Font file type (ttf, otf, etc.).

image = 1

Image file type (png, jpg, etc.).

multimedia = 16

Multimedia file type (mp3, mp4, etc.).

other = 18

Is used when extension isn't know U ostatních souborů vypsat jejich popis z windows

resource = 13

u 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 = 14

prošel jsem zda v AllExtension jsou všechny textové sql, cmd, ps1,

settingsText = 9

prošel jsem zda v AllExtension jsou všechny textové ini, atd.

source_code = 2

Source code file type (cs, js, etc.).

temporary = 17

Temporary file type.

visual_studioText = 10

prošel jsem zda v AllExtension jsou všechny textové