Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findFileSystemRoots (0.26 sec)

  1. platforms/ide/ide/src/test/groovy/org/gradle/plugins/ide/idea/model/PathFactoryTest.groovy

            path.url == 'file://$ROOT_DIR$/../a'
            path.relPath == '$ROOT_DIR$/../a'
        }
    
        def createsRelativePathForAFileOnAnotherFileSystem() {
            def fileSystemRoots = findFileSystemRoots()
            if (fileSystemRoots.size() == 1) {
                return
            }
            def rootDir = new File(fileSystemRoots[0], 'root')
            def file = new File(fileSystemRoots[1], 'file')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 7.9K bytes
    - Viewed (0)
Back to top