Class NativeFileType
In: lib/NativeFileType.rb
Parent: Object

Methods

Attributes

aux_code  [RW] 
contents  [RW] 
file_system_image  [RW] 
file_type  [RW] 
filename  [RW] 

Public Class methods

given metadata and contents of a file from a file system image, return an instance of the NativeFileType subclass that is the closest match

Public Instance methods

some filesystems differentiate between full and partial filenames. e.g. in ProDOS the ‘full’ filename includes the full path by default, full_filename is the same as filename, but can be overridden for those filesystems that need this

how many bytes should be skipped to get to the file data?

how should this file be described in a catalog list?

[Validate]