Skip to content

Commit

Permalink
A bit more details in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Jul 10, 2011
1 parent 44eda0f commit b4a93fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Looks interesting, right? Now, basically, because of the way evfs operates,
you can feed unsuspecting Erlang code file names that are served off your VFSes.
That's where the fun begins.

Also, the way evfs is organized, you are not limited to this "scheme" way of overriding the
filesystem. You can override particular files, for example, or whole directories -- or
do that basing on some external state. So, for example, if some application expects a
file at a hard coded location, just override it with your VFS.


You can register any number of virtual FS handlers using `evfs:register/2` function.
Also, by default, you get the handler that redirects file:// and plain filename requests
to the original file server, but you can unregiser it with `evfs:unregister/1` if you need.
Expand Down

0 comments on commit b4a93fb

Please sign in to comment.