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{
67 "flda": "Folder Alias",
68 "HTft": "Incomplete File",
69 "SIT!": "StuffIt Archive",