Checking if a directory exists (wodSFTP / wodSFTP.NET / wodSFTPdll)

by suny, (7143 days ago)

Hallo,

I have to check if the passed directory exists. I am working in blocking mode. Has there somebody any idea how to do that.

Thanks

locked

Re: Checking if a directory exists

by Jasmine, (7143 days ago) @ suny

Suny,

you could use GetAttributes. If it fails, you will get an error. You can also use RealPath.

locked