Changeset 32864 in vbox for trunk/src/VBox/Runtime/common/path/RTPathHaveExt.cpp
- Timestamp:
- Oct 1, 2010 12:32:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathHaveExt.cpp
r28800 r32864 35 35 36 36 /** 37 * Checks if a path ha vean extension.37 * Checks if a path has an extension. 38 38 * 39 39 * @returns true if extension present. 40 * @returns false if no extension .40 * @returns false if no extension present. 41 41 * @param pszPath Path to check. 42 42 */
Note:
See TracChangeset
for help on using the changeset viewer.