Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MakeDir (0.09 sec)

  1. pkg/volume/util/hostutil/hostutil_unsupported.go

    }
    
    // MakeFile always returns an error on unsupported platforms
    func (hu *HostUtil) MakeFile(pathname string) error {
    	return errUnsupported
    }
    
    // MakeDir always returns an error on unsupported platforms
    func (hu *HostUtil) MakeDir(pathname string) error {
    	return errUnsupported
    }
    
    // PathExists always returns an error on unsupported platforms
    func (hu *HostUtil) PathExists(pathname string) (bool, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 10:17:38 UTC 2022
    - 3.3K bytes
    - Viewed (0)
Back to top