Contents Index Topic Contents | ||
Previous Topic: PathFileExists Next Topic: PathFindFileName |
PathFindExtension
LPTSTR PathFindExtension( LPCTSTR pPath );Searches a path for an extension.
- Returns the address of the "." preceding the extension within pPath if an extension is found, or the address of the trailing NULL character otherwise.
- pPath
- Address of the path that contains the extension for which to search.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.