io.files.windows: rename a stack effect to make it more readable
parent
61ae19d7e4
commit
e14cd169e1
|
@ -412,5 +412,5 @@ M: windows home
|
||||||
: alternate-file-streams ( path -- streams )
|
: alternate-file-streams ( path -- streams )
|
||||||
file-streams [ cStreamName>> alien>native-string "::$DATA" = ] reject ;
|
file-streams [ cStreamName>> alien>native-string "::$DATA" = ] reject ;
|
||||||
|
|
||||||
: alternate-file-streams? ( path -- streams )
|
: alternate-file-streams? ( path -- ? )
|
||||||
alternate-file-streams empty? not ;
|
alternate-file-streams empty? not ;
|
||||||
|
|
Loading…
Reference in New Issue