Stop a file read/write operation
Posted: Mon Jul 21, 2003 10:56 am
How do you stop an active file read or write operation in PB?, i thought to have a separate thread writing and the main thread use closefile(), would this work? , has anyone tried it?, it's safe?
with the API i think is done working in asyncronius mode and using a callback but i prefer not to use this. so wich is the safe way to do it in PB?
with the API i think is done working in asyncronius mode and using a callback but i prefer not to use this. so wich is the safe way to do it in PB?