Skip to content

Conversation

@samds
Copy link

@samds samds commented Jun 5, 2019

Hey guys,

On Windows, trailing spaces are automatically removed from directory name.
If I create a directory like that
var dirInfo = System.IO.Directory.CreateDirectory(@"C:\User\Folder ");
Then
dirInfo.Name == "Folder"
should be true.

Samuel de Santis added 2 commits June 5, 2019 16:36
…tform.

On Windows, trailing spaces are automatically removed from directory name.
Copy link
Contributor

@fgreinacher fgreinacher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two minor nits, otherwise 🎉

@fgreinacher fgreinacher merged commit bf96aaf into TestableIO:master Jun 16, 2019
@fgreinacher
Copy link
Contributor

Thanks!

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.

3 participants