io.files.windows: ALIEN: -1 puts an expired alien in the image. -1 <alien>
it is then.db4
parent
d645b2e17c
commit
51ecaa5ab4
|
@ -397,11 +397,12 @@ M: windows home
|
||||||
] if ;
|
] if ;
|
||||||
|
|
||||||
: file-streams ( path -- streams )
|
: file-streams ( path -- streams )
|
||||||
|
normalize-path
|
||||||
FindStreamInfoStandard
|
FindStreamInfoStandard
|
||||||
WIN32_FIND_STREAM_DATA <struct>
|
WIN32_FIND_STREAM_DATA <struct>
|
||||||
0
|
0
|
||||||
[ FindFirstStream ] 2keep drop
|
[ FindFirstStream ] 2keep drop
|
||||||
over ALIEN: -1 = [
|
over -1 <alien> = [
|
||||||
2drop throw-win32-error
|
2drop throw-win32-error
|
||||||
] [
|
] [
|
||||||
1vector swap file-streams-rest
|
1vector swap file-streams-rest
|
||||||
|
|
Loading…
Reference in New Issue