Re: [Mono-dev] Announce: Mono.Fuse 0.4.0

2007-05-14 Thread Jonathan Pryor
On Sun, 2007-05-13 at 18:53 +0200, pablosantosluac wrote: I've tried with 0.4.1 but I don't see the GetOperationContext method... GetOperationContext() is a static protected method in Mono.Fuse.FileSystem. BTW, I'm impressed about how easy is implementing a filesystem using Mono/Fuse...

Re: [Mono-dev] Announce: Mono.Fuse 0.4.0

2007-05-13 Thread pablosantosluac
: Sunday, January 28, 2007 12:18 AM Subject: Re: [Mono-dev] Announce: Mono.Fuse 0.4.0 On Sat, 2007-01-27 at 21:11 +0100, pablosantosluac wrote: Is it possible to know the user id on each file system operation? Purpose would be showing different contents to different users... Yes, but no. Yes

Re: [Mono-dev] Announce: Mono.Fuse 0.4.0

2007-01-27 Thread pablosantosluac
: Thursday, September 21, 2006 12:25 AM Subject: [Mono-dev] Announce: Mono.Fuse 0.4.0 Mono.Fuse is a C# binding for FUSE. It permits writing userspace filesystems on Linux. This release contains a few major changes to the public API for consistency and clarification purposes, the biggest of which

Re: [Mono-dev] Announce: Mono.Fuse 0.4.0

2007-01-27 Thread Jonathan Pryor
On Sat, 2007-01-27 at 21:11 +0100, pablosantosluac wrote: Is it possible to know the user id on each file system operation? Purpose would be showing different contents to different users... Yes, but no. Yes, this is/should be possible: Mono.Fuse.FileSystem.GetOperationContext().UserId would

[Mono-dev] Announce: Mono.Fuse 0.4.0

2006-09-20 Thread Jonathan Pryor
Mono.Fuse is a C# binding for FUSE. It permits writing userspace filesystems on Linux. This release contains a few major changes to the public API for consistency and clarification purposes, the biggest of which is renaming Mono.Fuse.FileSystemEntry to Mono.Fuse.DirectoryEntry (which of course