VirtualBox

儲存庫 vbox 的更動 16516


忽略:
時間撮記:
2009-2-4 下午03:56:35 (16 年 以前)
作者:
vboxsync
訊息:

IPRT: documentation.

位置:
trunk
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • 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);
  • trunk/src/VBox/Runtime/r3/path.cpp

    r14324 r16516  
    4848
    4949/**
    50  * Strips the filename from a path.
    51  *
    52  * @param   pszPath     Path which filename should be extracted from.
    53  *                      If only filename in the string a '.' will be returned.
    54  *
     50 * Strips the filename from a path. Truncates the given string in-place by overwriting the
     51 * last path separator character with a null byte in a platform-neutral way.
     52 *
     53 * @param   pszPath     Path from which filename should be extracted, will be truncated.
     54 *                      If the string contains no path separator, it will be changed to a "." string.
    5555 */
    5656RTDECL(void) RTPathStripFilename(char *pszPath)
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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