VirtualBox

Changeset 16516 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Feb 4, 2009 3:56:35 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42439
Message:

IPRT: documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/path.h

    r16252 r16516  
    213213
    214214/**
    215  * Strips the filename from a path.
    216  *
    217  * @param   pszPath     Path which filename should be stripped.
    218  *                      If only filename in the string a '.' will be returned.
     215 * Strips the filename from a path. Truncates the given string in-place by overwriting the
     216 * last path separator character with a null byte in a platform-neutral way.
     217 *
     218 * @param   pszPath     Path from which filename should be extracted, will be truncated.
     219 *                      If the string contains no path separator, it will be changed to a "." string.
    219220 */
    220221RTDECL(void) RTPathStripFilename(char *pszPath);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette