On Fri, Oct 16, 2020 at 2:36 PM nilsocket <nilsoc...@gmail.com> wrote:

> I was trying to create a package which sanitizes file name, for testing
> purposes, I choose blns
> <https://github.com/minimaxir/big-list-of-naughty-strings>.
>
> I create a directory, named "blns" and sanitize names from blns and create
> those files in "blns" directory.
>

Your problem reproduction program does not do that. It creates a directory
named "a".


> I have tested 516 strings in Linux, everything worked fine, for sake of
> cross-compatibility I choose to test in windows, then I got this problem.
>
> I was able to create 515 files in "blns" directory but this one.
>
> Since You were not able to reproduce, I will consider some kind of problem
> with windows OS and skip it, as this is error is from windows system calls.
>

I was able to reproduce your problem. Specifically, by creating a
non-directory (such as a regular file) named "a". That causes the
os.MkdirAll call to fail. Does the program you included in your first email
actually fail? If so, what is the return value of the os.MkdirAll call?

-- 
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CABx2%3DD_-vtF4Mw8gMca%3DmHaYdYuzRVxDdJWNqVrvhV%2B76qg-iA%40mail.gmail.com.

Reply via email to