How to show hidden files
Hi martin:
I use Session.ListDirectory to Lists remote directory.
But Session.ListDirectory could not show hidden files.
How to show hidden files in .Net assembly, thanks!
I use Session.ListDirectory to Lists remote directory.
RemoteDirectoryInfo directory = session.ListDirectory(path);
How to show hidden files in .Net assembly, thanks!