Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateSymbolicLinkW (0.21 sec)

  1. src/os/file_windows.go

    	} else {
    		// Do not use fixLongPath on oldname for relative symlinks,
    		// as it would turn the name into an absolute path thus making
    		// an absolute symlink instead.
    		// Notice that CreateSymbolicLinkW does not fail for relative
    		// symlinks beyond MAX_PATH, so this does not prevent the
    		// creation of an arbitrary long path name.
    		o, err = syscall.UTF16PtrFromString(oldname)
    	}
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 30 15:38:38 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top