VirtualBox

vbox的更動 67132 路徑 trunk/include/iprt/path.h


忽略:
時間撮記:
2017-5-29 下午05:51:09 (7 年 以前)
作者:
vboxsync
訊息:

IPRT: Added RTPathSkipRootSpec.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/include/iprt/path.h

    r62473 r67132  
    359359
    360360/**
     361 * Skips the root specification, if present.
     362 *
     363 * @return  Pointer to the first char after the root specification.  This can be
     364 *          pointing to the terminator, if the path is only a root
     365 *          specification.
     366 * @param   pszPath     The path to skip ahead in.
     367 */
     368RTDECL(char *) RTPathSkipRootSpec(const char *pszPath);
     369
     370/**
    361371 * Ensures that the path has a trailing path separator such that file names can
    362372 * be appended without further work.
     
    479489 */
    480490RTDECL(bool) RTPathStartsWithRoot(const char *pszPath);
     491
     492
    481493
    482494/**
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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