summaryrefslogtreecommitdiff
path: root/vfs/null_plugin/README
blob: 7123ad0911f9967b4821dbc2bfa064f21fada3d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.