DirectoryExtrasGetFilesRecursive Method |
get all the files under a folder
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static IEnumerable<string> GetFilesRecursive(
string absolutePath
)
Public Shared Function GetFilesRecursive (
absolutePath As String
) As IEnumerable(Of String)
public:
static IEnumerable<String^>^ GetFilesRecursive(
String^ absolutePath
)
static member GetFilesRecursive :
absolutePath : string -> IEnumerable<string>
Parameters
- absolutePath
- Type: SystemString
must be the absolute path, not the relative path
Return Value
Type:
IEnumerableString
See Also