How to use OSRFloppy module: 1. OSRFloppy::Open( with ui support, count of files to read/wirte ); 2. optional: OSRFloppy::NextStep(_(Copy the file .. )); WFM::Execute(.local.bash, "/bin/cp ... "); or OSRFloppy::ReadMap( .. ) or OSRFloppy::SaveMap( .. ) 3. OSRFloppy::Close();
List of Global Functions
Close - Close Floppy Dialog and unmount floppy device. You must call OSRFloppy::Open(.. ) before.
NextStep - Change the text in the floppy dialog and increase the progress bar. If not dialog is opened, write the test to the YaST2 log file (y2log).
Open - Open floppy for IO. Afterwards you must call OSRFloppy::Close().
List of Global Variables
floppy_device - Default floppy device
mount_point - Default mount point
Close Floppy Dialog and unmount floppy device. You must call OSRFloppy::Open(.. ) before.
Return value
boolean
Change the text in the floppy dialog and increase the progress bar. If not dialog is opened, write the test to the YaST2 log file (y2log).
Function parameters
string label
Return value
void