io.unix.files: update delete-file

db4
Eduardo Cavazos 2008-05-13 18:40:41 -05:00
parent 6f2192bb7f
commit 099487d4d3
1 changed files with 1 additions and 2 deletions

View File

@ -51,8 +51,7 @@ M: unix touch-file ( path -- )
M: unix move-file ( from to -- )
[ normalize-path ] bi@ rename io-error ;
M: unix delete-file ( path -- )
normalize-path unlink io-error ;
M: unix delete-file ( path -- ) normalize-path unlink-file ;
M: unix make-directory ( path -- )
normalize-path OCT: 777 mkdir io-error ;