summaryrefslogtreecommitdiff
path: root/vfs/null_plugin/README
diff options
context:
space:
mode:
Diffstat (limited to 'vfs/null_plugin/README')
-rw-r--r--vfs/null_plugin/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/vfs/null_plugin/README b/vfs/null_plugin/README
new file mode 100644
index 0000000..7123ad0
--- /dev/null
+++ b/vfs/null_plugin/README
@@ -0,0 +1,15 @@
+null plugin for Tux Commander
+Plugin API version 2
+
+
+Copyright (c) 2005 Tomas Bzatek <tbzatek@users.sourceforge.net>
+http://tuxcmd.sourceforge.net
+
+
+
+This is the null VFS module for Tux Commander. It is intended as a basic
+skeleton structure for writing new plugins. It contains all functions required
+for successful access to the fake directory structure it creates.
+
+Please see vfs/uVFSprototypes.pas file for a brief documentation of the VFS API
+and description of each function.