Re: Re: [Plib-devel] LoadASE problem.
Brought to you by:
sjbaker
From: Dave M. <dp...@ef...> - 2000-02-24 18:11:26
|
>>attached virtual file system proposal (similar to CS vfs) > >Sounds good. Perhaps we could have it in lib 1.3 or 1.4 or whatever. >What happens when you write a file and have a searchpath consisting >or several directories? What happens when you read and the file >exists in several places? > in CS (crystal space) where i took VFS from-- // Look through all RPathV's for file or directory for (int i = 0; i < RPathV.Length (); i++) so it goes through the real paths in mount order until the operation succeeds. this handles read-only archives (write fails) and multiple copies of same file (takes first one). Steve will design something he is comfortable with for PLIB but I do think something like VFS is needed functionality --Dave |