Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestWalkDirectorySymlink (0.42 sec)

  1. src/path/filepath/path_windows_test.go

    		}
    		return nil
    	})
    }
    
    func TestWalkDirectoryJunction(t *testing.T) {
    	testenv.MustHaveSymlink(t)
    	testWalkMklink(t, "J")
    }
    
    func TestWalkDirectorySymlink(t *testing.T) {
    	testenv.MustHaveSymlink(t)
    	testWalkMklink(t, "D")
    }
    
    func createMountPartition(t *testing.T, vhd string, args string) []byte {
    	testenv.MustHaveExecPath(t, "powershell")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 20:38:54 UTC 2024
    - 19.6K bytes
    - Viewed (0)
Back to top