Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>mkdir() - create a subdirectory</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     mkdir() - create a subdirectory
  Usage:    <logical> = mkdir(<dirname>)
  Params:   string <dirname> - directory to create
  Returns:  logical .T. if directory created, .F. if not or error

 ---------------------------------- Example ---------------------------------

                 @ 10,0 say "Enter directory Name: " get mdir
                 read

                 if .not. mkdir(mdir)
                      @ 0,0 say "Couldn't create directory"
                      waitkey(0)
                      return
                 endif


See Also: rmdir() chdir() isdir() curdir()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson