Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FinalPath (0.27 sec)

  1. src/os/dir_windows.go

    	} else {
    		// If FileIdBothDirectoryRestartInfo is not available but objects IDs are supported,
    		// get the directory path so that os.SameFile can use it to open the file
    		// and retrieve the file ID.
    		d.path, _ = windows.FinalPath(h, windows.FILE_NAME_OPENED)
    	}
    }
    
    func (file *File) readdir(n int, mode readdirMode) (names []string, dirents []DirEntry, infos []FileInfo, err error) {
    	// If this file has no dirInfo, create one.
    	var d *dirInfo
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 20:52:06 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top