k, I currently have working object for reading and writing data.
succesfully stored an jpg as kixtart array in file...
doh, so bloody happy I got it finally done.
now I can start testing using it with ntbackup bks'es

anyway, if someone would like it (not so usefull maybe yet), I have it.

the methods include only read & write:
Code:

$obj=createobject("kixbin.file")
;opens file, reads it, closes it and returns the bytes as array of ints
$arrayTOstoreTHEdataIN = $obj.read($FilePath)
;opens file, writes the given data to it and closes it. if file exists, deletes context first
$obj.write(FileToWrite,$arrayOFdataToWrite)



well, the error part is still obviously missing.
so is switch for append.
and so on...
_________________________
!

download KiXnet