Re: [Encfs-users] Help wanted

2010-12-11 Thread Valient Gough
Hello, RawFileIO is caching the file descriptors so that a file doesn't have to be opened for every operation. First it checks if the cached file descriptor is already compatible with the open request, and only re-opens the file if it is not. This could happen if the file was originally opened r

[Encfs-users] Help wanted

2010-12-10 Thread Frediano Ziglio
Hi, I'm currently porting encfs to Windows platform and I hope someone is interested and could help me. Currently I can initialize the directory, mount it, create, read and write files and directories. I just fixed rename operation and but I miss delete. The problem in rename/delete operation is