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>curdrive() - get the logged drive letter</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     curdrive() - get the logged drive letter
  Usage:    <string> = curdrive()
  Params:   none
  Returns:  string equal to the currently logged drive in format "d:"

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

                 @ 10,0 say "Logged Drive :"+curdrive()
                 @ 11,0 say "Logged Directory :"+curdir()

  Note:     The Clipper curdrive() only returns a drive letter such as
            'A'. The FUNCky curdrive() returns a full drive specifier as
            in 'A:'.


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

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