| Pasti file Reader-Writer
    1.0
    Pasti files | 
The Pasti Writer Class More...
| Public Types | |
| enum | WriteStatus { WriteStatus.Ok = 0, WriteStatus.FileNotFound, WriteStatus.NotPastiFile, WriteStatus.UnsupportedVersion } | 
| Status returned when reading Pasti file  More... | |
| Public Member Functions | |
| PastiWriter (TextBox tb) | |
| The Pasti Writer Constructor  More... | |
| WriteStatus | writePasti (string fileName, Floppy fd) | 
| Read a Pasti file and fills the Floppy structure  More... | |
The Pasti Writer Class
Definition at line 39 of file PastiWrite.cs.
Status returned when reading Pasti file
| Enumerator | |
|---|---|
| Ok | File read correctly | 
| FileNotFound | Could not open file for reading or file not found | 
| NotPastiFile | The header in the file is not RSY | 
| UnsupportedVersion | Not version 3 | 
Definition at line 53 of file PastiWrite.cs.
| 
 | inline | 
The Pasti Writer Constructor
| tb | The textbox used to display information | 
Definition at line 46 of file PastiWrite.cs.
| 
 | inline | 
 1.8.9.1
 1.8.9.1