Public Methods
HpConvertFile (LogLevel lvl = NONE)
|
Error fromHp49File (string ofile, string nfile, bool binary = true)
|
If possible, this method converts an Hp49File to a usable text file.
For now, the only convertable Hp49File types are string files. Every
other type is saved "as is".
Parameters:
ofile | Hp49 file to convert from (if possible)
|
nfile | Text file to convert to
|
binary | Allow binary save if convert not possible? Otherwise
return an Error. Default is true.
|
Error toHp49File (string ofile, string nfile, bool binary = true)
|
If possible, this method converts a usable text file to an Hp49File.
For now, only able to convert a text file to a Hp49File string. Every
other type is saved "as is", which is mostlikely a Hp49 binary file.
Parameters:
ofile | Text file to convert from (if possible)
|
nfile | Hp49 file to convert to
|
binary | Allow binary save if file already converted? Otherwise
return a MINOR Error. Default is true.
|
Error toBinaryFile (string ofile, string nfile)
|
bool checkFile (string file)
|
Generated on Fri Mar 9 02:04:42 2001, using kdoc 2.0a43. |