Harvey-OS / ninep

Package for implementing clients and servers of the 9P and 9P2000 distributed resource protocols in Go.
Other
39 stars 19 forks source link

filesystem: more windows compatibility #29

Closed jcrussell closed 6 years ago

jcrussell commented 6 years ago

Can't seek a directory file descriptor on Windows so close and reopen the directory (can't see a better way). Use *root to set rootPath and use rootPath throughout.