# File test/backup/DOSFile.rb, line 12 def initialize(filename,contents,locked=false,file_type=nil,file_type_byte=nil) @filename=filename @locked=locked @contents=contents @file_type=file_type @file_type_byte=file_type_byte end