Package | Description |
---|---|
propel.core.utils |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
FileUtils.scanPath(java.lang.String path,
ScanInclusionMode inclusionMode,
ScanHiddenMode hiddenMode,
ScanDepthMode depthMode,
ScanSortMode sortMode,
ScanFailMode failMode,
java.util.List<ScanErrorEntry> collectedScanErrors)
Scans a directory path for files and folders, using the specified configuration.
|