PM Library :: File-Utilities classes

function sdrive

^ 
Returns the drive letter followed by a colon (:) if a drive is specified in the location.

Returns an empty string if specified path does not contain definition of the drive.

Note: Because the result string always less or is equal to a location string all functions can safely use the same storage area for a location and result.

Source:
pm_fileutils.h:39
Author:
Dmitry A.Steklenev
Version:
$Revision: 1.7 $
Code:
public char * sdrive ( char * result ,
const char * location ,
size_t size )

Created Fri Aug 3 09:13:16 2012.
This documentation was generated automatically by
ccdoc v08r39 2003/02/27 bin_opt_emx_os2-2.30.
Click here to submit a bug report or feature request for ccdoc.
Click here to return to the top of the page.