Skip to content

Instantly share code, notes, and snippets.

@eseidel
Created December 17, 2023 18:15
Show Gist options
  • Save eseidel/245ec6cc4a0d0407cdb641e00f59f11f to your computer and use it in GitHub Desktop.
Save eseidel/245ec6cc4a0d0407cdb641e00f59f11f to your computer and use it in GitHub Desktop.
test of path with empty first value
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