Nov-03-2021, 05:28 PM
(This post was last modified: Nov-03-2021, 05:29 PM by Python_help.)
(Nov-03-2021, 05:18 PM)Gribouillis Wrote:Python_help Wrote:The seek part creates the address in the fileWe don't have the same notion of files'seek()
function. As far as I know it can only set the file's position to an existing position in the file, not create a position, or an address.
My issue is similar to the one that has been discussed in another forum by someone else some time ago, i'm guessing that the same reason applies to my problem?
https://stackoverflow.com/questions/5234...processing it