FYI, as of latest version (v4.4), you can again easily access the physical path like this in your event handler:
e.FileSystem.PhysicalPath
The FileSystem property of the event is new and it represents the already opened file system. So you no longer need to call e.folder.GetFileSystem() method and you no longer need to cast to a specific file system.