| Package | Description |
|---|---|
| ch.swaechter.smbjwrapper |
| Modifier and Type | Method and Description |
|---|---|
SmbDirectory |
SmbDirectory.createDirectoryInCurrentDirectory(String directoryName)
Create a directory in the current directory.
|
SmbDirectory |
SmbItem.getParentPath()
Get the parent SMB item.
|
SmbDirectory |
SmbItem.getRootPath()
Get the root SMB item.
|
SmbDirectory |
SmbDirectory.renameTo(String newDirectoryName,
boolean replaceIfExist)
Rename the current item and return it as newly renamed item.
|
| Modifier and Type | Method and Description |
|---|---|
List<SmbDirectory> |
SmbDirectory.getDirectories()
Get all directories of the current directory.
|
Copyright © 2022. All rights reserved.