Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findOneDriveDir (0.16 sec)

  1. src/os/os_windows_test.go

    		}
    		if want, have := fmt.Sprintf("%q", args), string(out); want != have {
    			t.Errorf("wrong output of executing %q: have %q want %q", args, have, want)
    			continue
    		}
    	}
    }
    
    func findOneDriveDir() (string, error) {
    	// as per https://stackoverflow.com/questions/42519624/how-to-determine-location-of-onedrive-on-windows-7-and-8-in-c
    	const onedrivekey = `SOFTWARE\Microsoft\OneDrive`
    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