Class SmbFileRef
java.lang.Object
org.frankframework.filesystem.smb.SmbFileRef
-
Constructor Summary
ConstructorsConstructorDescriptionSmbFileRef
(String path) Create a new file reference, strips the folder of the filename when presentSmbFileRef
(String name, String folder) -
Method Summary
-
Constructor Details
-
SmbFileRef
Create a new file reference, strips the folder of the filename when present -
SmbFileRef
- Parameters:
name
- A canonical name might be provided, strip the path when present and only use the actual file name.folder
- The directory the file. This always has precedence over the canonical path provided by the name.
-
-
Method Details