io.directories.windows: don't need to wrap.
parent
17f173c39f
commit
6c197330b8
|
@ -37,7 +37,7 @@ ERROR: file-delete-failed path error ;
|
||||||
M: windows delete-file ( path -- )
|
M: windows delete-file ( path -- )
|
||||||
absolute-path
|
absolute-path
|
||||||
[ (delete-file) ]
|
[ (delete-file) ]
|
||||||
[ \ file-delete-failed boa rethrow ] recover ;
|
[ file-delete-failed boa rethrow ] recover ;
|
||||||
|
|
||||||
M: windows make-directory ( path -- )
|
M: windows make-directory ( path -- )
|
||||||
normalize-path
|
normalize-path
|
||||||
|
|
Loading…
Reference in New Issue