This may help you.

Code:
alias dirview {
  var %i = 1 , %path = $qt($iif($1-,$1-,$$sdir($mircdir)))
  window -hels @dirview | clear @dirview
  noop $finddir(%path,*,0,5,@dirview)
  window -aw3 @dirview
}


/dirview

Note, the default for this is using a depth of "5" change it to whatever.

Last edited by Rand; 08/08/06 01:05 AM.