programming tools for Windows applications development
  Home  |   SwiftForth Archive  |   SwiftX Archive  |

Help Create an New Directory

From: Schmitt Louis Jean-Pierre <louis.schmitt_at_eif.ch>
Date: Tue, 18 Dec 2001 13:55:56 +0100

Y have started an find action of MSDM and have not found the value of
the flag neded for use the function CreateDirectory

Function: CreateDirectory ( zname flags -- res )

Y will use this fonction for create an new directory

For Exemple:

: CreatApplication

        Z" C:\Test Wankel Motor" \ Name of directory
        flags ??????? \ What is the value for
                                        \ this flags ?????
        CreateDirectory \ Create the directory
        ResultTest \ Test the result
;

Question

1) Have an error an my definition
2) What is the value of the flags

Tank you for help

Louis Jean-Pierre

----------------------------------------------------------------------
sftalk_at_forth.com The SwiftForth programming discussion email list
To unsubscribe, send subject "unsubscribe sftalk" to listar_at_forth.com
For help with listar commands, send subject "help" to listar_at_forth.com
Archives are located at http://www.forth.com/sftalk -- check them out!
Search the archives! Visit http://www.forth.com/search for details.
Received on Tue Dec 18 2001 - 04:55:57 PST

This archive was generated by hypermail 2.2.0 : Fri Nov 21 2008 - 03:04:20 PST