io.directories.windows: remove synchronous copy-file implementation

char-rename
Alexander Iljin 2016-06-19 12:12:20 +03:00 committed by John Benediktsson
parent 801c70e9da
commit ef29e0947f
1 changed files with 0 additions and 4 deletions

View File

@ -36,10 +36,6 @@ M: windows delete-file ( path -- )
[ (delete-file) ]
[ \ file-delete-failed boa rethrow ] recover ;
M: windows copy-file ( from to -- )
make-parent-directories
[ normalize-path ] bi@ 0 CopyFile win32-error=0/f ;
M: windows make-directory ( path -- )
normalize-path
f CreateDirectory win32-error=0/f ;