601legend

Untitled

Jun 14th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.77 KB | None | 0 0
  1. public static readonly string[] CAD = { ".dwg", ".dxf", ".dgn", ".stl", ".3dm", ".3ds", ".ma", ".mod", ".obj", ".igs" };
  2. public static readonly string[] Archives = { ".7z", ".zip", ".jar", ".rar", ".gz", ".ace", ".cab", ".cbr", ".deb", ".gzip", ".tar-gz", ".tgz", ".zipx" };
  3. public static readonly string[] AudioFiles = {".m4a", ".aif", ".aiff", ".aifc", ".aif", ".mov", ".moov", ".qt", ".alaw", ".caf", ".gsm", ".wave", ".wav",
  4.                     ".mpa", ".mp2v", ".mp2", ".mp3",".mpeg",".mpg",".midi",".mid",".kar",".rmi",".wma",".asf", ".mid"};
  5.     public static readonly string[] VectorGraphics = { ".ai", ".cdd", ".cdr", ".dem", ".eps", ".max", ".ps", ".svg", ".vsd", ".wmf" };
  6.     public static readonly string[] VideoFiles = { ".asf", ".avi", ".mp4", ".m4v", ".mov", ".mpg", ".mpeg", ".swf", ".wmv", ".avi", ".3g2" };
  7.     public static readonly string[] GeoinformationSystemsFiles = { ".dem", ".gpx", ".kml", ".kmz", ".loc", ".mid", ".ov2", ".pps", ".sdf" };
  8.     public static readonly string[] Graphics = { ".cr2", ".cur", ".icns", ".pict", ".tex", ".ttf" };
  9.     public static readonly string[] DocumentsFiles = {".doc", ".docx", ".odt", ".pdf", ".dotx", ".epub", ".fb2", ".ibooks", ".key", ".ppsm", ".pptx", ".rtf",
  10.                 ".wpd", ".wps",".xlr", ".xlsb",".xslx", ".xltx", };
  11.     public static readonly string[] EncryptedFiles = { ".crypt", ".crypt5", ".crypt6", ".crypt7", ".crypt8", ".crypt12", ".hqx", ".keychain", ".kwm", ".mim",
  12.                 ".pub",".uue"};
  13.     public static readonly string[] WebFiles = { ".asp", ".aspx", ".cer", ".cfm", ".chm", ".crdownload", ".csr", ".css", ".eml", ".flv", ".htm", ".html", ".jnlp"
  14.                 ,".js", ".jsp", ".magnet", ".mht", ".mhtm", ".msg", ".php", ".rss", ".torrent", ".vcf", ".url", ".webarchive", ".webloc",".xhtml", ".xul" };
Advertisement
Add Comment
Please, Sign In to add comment