Created
December 17, 2023 18:15
-
-
Save eseidel/245ec6cc4a0d0407cdb641e00f59f11f to your computer and use it in GitHub Desktop.
test of path with empty first value
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:path/path.dart' as path; | |
void main() { | |
print(path.join('', 'bin', 'java.exe')); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment