| Package | Description |
|---|---|
| ch.swaechter.smbjwrapper |
| Modifier and Type | Method and Description |
|---|---|
SmbFile |
SmbDirectory.createFileInCurrentDirectory(String fileName)
Create a file in the current directory.
|
SmbFile |
SmbFile.renameTo(String newFileName,
boolean replaceIfExist)
Rename the current item and return it as newly renamed item.
|
| Modifier and Type | Method and Description |
|---|---|
List<SmbFile> |
SmbDirectory.getFiles()
Get all files of the current directory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SmbFile.copyFileViaServerSideCopy(SmbFile destinationSmbFile)
Copy the current file to another file on the same server share via server side copy.
|
Copyright © 2022. All rights reserved.