vbox的更動 67132 路徑 trunk/include/iprt/path.h
- 時間撮記:
- 2017-5-29 下午05:51:09 (7 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/include/iprt/path.h
r62473 r67132 359 359 360 360 /** 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 */ 368 RTDECL(char *) RTPathSkipRootSpec(const char *pszPath); 369 370 /** 361 371 * Ensures that the path has a trailing path separator such that file names can 362 372 * be appended without further work. … … 479 489 */ 480 490 RTDECL(bool) RTPathStartsWithRoot(const char *pszPath); 491 492 481 493 482 494 /**
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器