diff options
Diffstat (limited to 'appl/grid/lib/pathreader.m')
| -rw-r--r-- | appl/grid/lib/pathreader.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appl/grid/lib/pathreader.m b/appl/grid/lib/pathreader.m new file mode 100644 index 00000000..7ec4f0f4 --- /dev/null +++ b/appl/grid/lib/pathreader.m @@ -0,0 +1,3 @@ +PathReader : module { + readpath: fn (dir: Browser->File): (array of ref sys->Dir, int); +};
\ No newline at end of file |
