is there a reason why i can't specify an arbitrary-depth mountpoint? for now i either have to create full path of empty directories from a root directory or have one empty directory mounted several times once for each directory in a path.
being able to write:
Code:
"d:\ftproot" /
"d:\data\dummy" /dir
"d:\data\distr" /dir/subdir/distr
"d:\data\music" /dir/subdir/music
in vfs file without having actual "subdir" directory anywhere but inside this the vfs file would be nice.
and also having a function call:
Code:
[resolve Mount "/dir"]
return
Code:
/dir
/dir/subdir/distr
/dir/subdir/music
instead of just
as it does now. since all three intries are surely [quote from documentation] associated with that path [/quote]
and yes, all my questions and requests are driven by the need of solving existing problems and are not just obscure geeky flood