Re: How to find all folder within a specified directory?
- To: mathgroup at smc.vnet.net
- Subject: [mg73144] Re: How to find all folder within a specified directory?
- From: "zac" <replicatorzed at gmail.com>
- Date: Sun, 4 Feb 2007 08:01:29 -0500 (EST)
- References: <eq1ij9$2v2$1@smc.vnet.net>
Hi, I'm using this function: DirectoryNames[path_String] := Select[FileNames["*", {path}], FileType[#] === Directory &]; I'm curious whether there is a simpler way. Istvan Zachar