github.com/fzfile/BaiduPCS-Go@v0.0.0-20200606205115-4408961cf336/pcsutil/checkaccess/check_windows.go (about)

     1  package checkaccess
     2  
     3  // TODO: check writable
     4  
     5  func AccessRDWR(path string) bool {
     6  	return true
     7  }