Package | Description |
---|---|
oracle.ifs.utils.io |
Modifier and Type | Class and Description |
---|---|
class |
DeleteDirectory
The class
DeleteDirectory deletes directories
from the local filesystem. |
class |
ListDirectory
The class
ListDirectory lists the contents
of a directory tree in the local filesystem. |
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryTree.traverse(File dir,
boolean recurse,
DirectoryItemHandler strategy)
Traverses a directory tree in the local filesystem.
|
static void |
DirectoryTree.traverseDepthFirst(File dir,
DirectoryItemHandler strategy)
Traverses a directory tree in the local filesystem.
|
Copyright © 2023. All rights reserved.