Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

 twFileName( cFile )
 ----------------------------------------------------------------------------
     twFileName() returns a DOS formatted file name of the form:

                XXXXXXXX.XXX
                 file    ext

     Parent and sub-directory symbols consisting of one or two dots are
     aligned along the existing period.

       Arguments:

     cFile - 'C' File name as returned from DIRECTORY().

       Return:

     Formatted file name.

       Example:

     cFName := twFileName( "try.c" ) -> "     try.c  "

See Also: twDirectory()

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