It creates a windows-file-info TUPLE under the stack and then proceeds to get 
properties from the win32 data and set them into the TUPLE. 

> On May 24, 2016, at 5:08 AM, Alexander Ilin <ajs...@yandex.ru> wrote:
> 
> Hello!
> 
>  We have the following code in io.files.info.windows:
> 
> : WIN32_FIND_DATA>file-info ( WIN32_FIND_DATA -- file-info )
>    [ \ windows-file-info new ] dip
>    {
>        [ dwFileAttributes>> win32-file-type >>type ]
>        [ dwFileAttributes>> win32-file-attributes >>attributes ]
>        [ [ nFileSizeLow>> ] [ nFileSizeHigh>> ] bi >64bit >>size ]
>        [ dwFileAttributes>> >>permissions ]
>        [ ftCreationTime>> FILETIME>timestamp >>created ]
>        [ ftLastWriteTime>> FILETIME>timestamp >>modified ]
>        [ ftLastAccessTime>> FILETIME>timestamp >>accessed ]
>    } cleave ;
> 
>  What's the point of the dip operation?
> 
> ---=====---
> Александр
> 
> ------------------------------------------------------------------------------
> Mobile security can be enabling, not merely restricting. Employees who
> bring their own devices (BYOD) to work are irked by the imposition of MDM
> restrictions. Mobile Device Manager Plus allows you to control only the
> apps on BYO-devices by containerizing them, leaving personal data untouched!
> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk

------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to