Trim using lists for io.files.windows
parent
aefbed1f29
commit
06e3fc84a6
|
@ -1,11 +1,11 @@
|
||||||
USING: continuations destructors io.buffers io.files io.backend
|
USING: accessors alien.c-types alien.strings classes.struct
|
||||||
io.timeouts io.ports io.pathnames io.files.private
|
combinators combinators.short-circuit continuations environment
|
||||||
io.backend.windows io.files.windows io.encodings.utf16n windows
|
io.backend io.backend.windows io.encodings.utf16n
|
||||||
windows.kernel32 kernel libc math threads system environment
|
io.files.private io.files.windows io.pathnames kernel math
|
||||||
alien.c-types alien.arrays alien.strings sequences combinators
|
sequences specialized-arrays
|
||||||
combinators.short-circuit ascii splitting alien strings assocs
|
specialized-arrays.instances.alien.c-types.ushort system tr
|
||||||
namespaces make accessors tr windows.time windows.shell32
|
windows windows.errors windows.kernel32 windows.shell32
|
||||||
windows.errors specialized-arrays classes.struct ;
|
windows.time ;
|
||||||
SPECIALIZED-ARRAY: ushort
|
SPECIALIZED-ARRAY: ushort
|
||||||
IN: io.files.windows.nt
|
IN: io.files.windows.nt
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,10 @@
|
||||||
! Copyright (C) 2008 Doug Coleman.
|
! Copyright (C) 2008 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien.c-types io.binary io.backend io.files
|
USING: accessors alien.c-types alien.data combinators
|
||||||
io.files.types io.buffers io.encodings.utf16n io.ports
|
destructors io.backend.windows io.binary io.buffers io.files
|
||||||
io.backend.windows kernel math splitting fry alien.strings
|
io.files.types io.ports kernel literals make math.bitwise
|
||||||
windows windows.kernel32 windows.time windows.types calendar
|
system windows.errors windows.handles windows.kernel32
|
||||||
combinators math.functions sequences namespaces make words
|
windows.time windows.types ;
|
||||||
system destructors accessors math.bitwise continuations
|
|
||||||
windows.errors arrays byte-arrays generalizations alien.data
|
|
||||||
literals ;
|
|
||||||
IN: io.files.windows
|
IN: io.files.windows
|
||||||
|
|
||||||
: open-file ( path access-mode create-mode flags -- handle )
|
: open-file ( path access-mode create-mode flags -- handle )
|
||||||
|
|
Loading…
Reference in New Issue