Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetFileExInfoStandard (0.13 sec)

  1. src/os/stat_windows.go

    	// See https://golang.org/issues/19922#issuecomment-300031421 for details.
    	var fa syscall.Win32FileAttributeData
    	err = syscall.GetFileAttributesEx(namep, syscall.GetFileExInfoStandard, (*byte)(unsafe.Pointer(&fa)))
    	if err == nil && fa.FileAttributes&syscall.FILE_ATTRIBUTE_REPARSE_POINT == 0 {
    		// Not a surrogate for another named entity, because it isn't any kind of reparse point.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 18:44:48 UTC 2024
    - 5.2K bytes
    - Viewed (0)
Back to top