New function to check directory exist or not ?
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 993
- Avg merge
- 9d 21h
- Merged PRs (30d)
- 1
Description
There is any function which checks to validate directory exists or not in the Server like
if(Directory.Exists(path))
{
//logic
}
else
{
//logic
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking SSH.NET's existing APIs for remote directory operations and how server paths are represented. Determine whether a directory-existence check already exists; otherwise, clarify the intended API and behavior for the Directory.Exists(path)-style use case before defining what completion would require.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100