I want to somehow force HFS to act in such manner:
[request (or download?, or some another event?)]
if HFS can send requested file
dodefault (send it)
else
send the content of, for example, /NotFound.txt (or d:\HFS\NotFound.txt) as if requested file exists in
HFS's VFS and HFS perform a routin operation so that requestor will be
sure that he got a requested file
endif
How I can do this?