Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IO_REPARSE_TAG_LX_SYMLINK (0.38 sec)

  1. src/os/os_windows_test.go

    		// This can happen depending on newer WSL versions when running as admin or in developer mode.
    		t.Skip("skipping: WSL created reparse tag IO_REPARSE_TAG_SYMLINK instead of an IO_REPARSE_TAG_LX_SYMLINK")
    	}
    	// Stat'ing a IO_REPARSE_TAG_LX_SYMLINK from outside WSL always return ERROR_CANT_ACCESS_FILE.
    	// We check this condition to validate that os.Stat has tried to follow the link.
    	_, err = os.Stat(link)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
Back to top