Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DstFilePath (0.07 sec)

  1. cmd/xl-storage.go

    		return res, err
    	}
    
    	if err = checkPathLength(dstFilePath); err != nil {
    		return res, err
    	}
    
    	s.RLock()
    	formatLegacy := s.formatLegacy
    	s.RUnlock()
    
    	dstBuf, err := xioutil.ReadFile(dstFilePath)
    	if err != nil {
    		// handle situations when dstFilePath is 'file'
    		// for example such as someone is trying to
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 26 09:58:27 UTC 2024
    - 91.3K bytes
    - Viewed (0)
Back to top