changeset 72036 | e48a5b6b7554 |
parent 71601 | 97ccf48c2f0c |
child 72378 | 075f3cbc7546 |
--- a/src/Pure/General/file.scala Wed Jul 15 12:04:48 2020 +0200 +++ b/src/Pure/General/file.scala Wed Jul 15 12:30:25 2020 +0200 @@ -124,6 +124,8 @@ def bash_path(path: Path): String = Bash.string(standard_path(path)) def bash_path(file: JFile): String = Bash.string(standard_path(file)) + def bash_platform_path(path: Path): String = Bash.string(platform_path(path)) + /* directory entries */