How do I exclude subdirectories in vb? "|*/" not working...
Hi!
I'm trying to upload files without also uploading the
When I do this the
But when I do this no files are copied at all...
I'm trying to upload files without also uploading the
archive
directory located in the same folder as the files, however it's not working the way I expect it to.
Dim transferOptions As New TransferOptions transferOptions.TransferMode = TransferMode.Binary transferOptions.FileMask = "*" & tempExt
archive
subfolder and all files with the previously set temporary extension get copied.
Dim transferOptions As New TransferOptions transferOptions.TransferMode = TransferMode.Binary transferOptions.FileMask = "*" & tempExt & "|*/"