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{
58 "incomplete": { // Partial file upload
64 // A small number of type codes are displayed in the GetInfo window with a friendly name instead of the 4 letter code
65 var friendlyCreatorNames = map[string]string{
66 "APPL": "Application Program",
67 "HTbm": "Hotline Bookmark",
69 "flda": "Folder Alias",
70 "HTft": "Incomplete File",
71 "SIT!": "StuffIt Archive",