4 TypeCode string // 4 byte type code used in file transfers
5 CreatorCode string // 4 byte creator code used in file transfers
8 var defaultFileType = fileType{
13 var fileTypes = map[string]fileType{
62 ".incomplete": { // Partial file upload
68 // A small number of type codes are displayed in the GetInfo window with a friendly name instead of the 4 letter code
69 var friendlyCreatorNames = map[string]string{
70 "APPL": "Application Program",
71 "HTbm": "Hotline Bookmark",
73 "flda": "Folder Alias",
74 "HTft": "Incomplete File",
75 "SIT!": "StuffIt Archive",