View Single Post
Old 10-07-2009, 06:42 AM  
dr.owned
Junior Member
 
Join Date: Oct 2009
Posts: 24
Default

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
Code:
/dir
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

Last edited by dr.owned; 10-07-2009 at 09:19 AM. Reason: tiny correction
dr.owned is offline   Reply With Quote