hirochachacha / go-smb2

SMB2/3 client library written in Go.
BSD 2-Clause "Simplified" License
350 stars 94 forks source link

normalize path string in MkdirAll & RemoveAll, fixes #56 #57

Closed jxsl13 closed 2 years ago

jxsl13 commented 2 years ago

fixes the problem that you cannot pass dir1/dir2but only dir1\dir2 to Share.MkdirAll/Share.RemoveAll.

jxsl13 commented 2 years ago

@hirochachacha pls press the merge button :D it is a two lines of code change.

hirochachacha commented 2 years ago

Thanks!