Service call to be able to veto file close?
Rick Murray (539) 13851 posts |
I was having a look at the bug https://www.riscosopen.org/tracker/tickets/385 where Problem is, there is no appropriate service call for files being closed. Sure, we can easily hook in to FileV and detect attempts to close file handle zero…only However, given the variety of ways to actually close a file, this service call should perhaps be raised prior to each individual file being closed. A sort of an “Okay to close file #123? Yay or nay?”. |