Skip to content
#

recursive

Here are 342 public repositories matching this topic...

catokass
catokass commented Jan 2, 2019

isHidden_windows.go was throwing the error: "The system cannot find the path specified."

I discovered this was due to syscall.UTF16PtrFromString(pointer) not working with file paths longer than 260 characters.*

I fixed it by changing syscall.UTF16PtrFromString(path) to syscall.UTF16PtrFromString(fixLongPath(path)), and adding an extra file containing this:
https://golang.org/src/os/pa

Improve this page

Add a description, image, and links to the recursive topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the recursive topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.