Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/4442 directory and combinedfilepath #4455

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

sarita2129
Copy link

This PR contains the fix for below bug
#4442
Created the overload of operator + that accepts the DirectoryPath and ConvertableFilePath objects. This method has a logic to null check directory path and file parameters. It concatenates the full path of the directory + separator + file.
Also added the 4 unit test cases.

… ConvertableFilePath objects. This method has a logic to null check directory path and file parameters. It concates the full path of the directory + separator + file.

Separator can vary based on the operating system and this code is compatible with every operating system.
@sarita2129
Copy link
Author

@microsoft-github-policy-service agree

@microsoft-github-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant