You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
i just want to use the exists method of the SFTPWrapper which has the following definition: exists(path: string, callback: (hasError: boolean) => void): void;
and i noticed that hasError is true when the file exists and false when it does not? maybe the paramter should be named "exists" or something like that?
best regards
The text was updated successfully, but these errors were encountered:
Hello,
i just want to use the exists method of the SFTPWrapper which has the following definition:
exists(path: string, callback: (hasError: boolean) => void): void;
and i noticed that hasError is true when the file exists and false when it does not? maybe the paramter should be named "exists" or something like that?
best regards
The text was updated successfully, but these errors were encountered: