Namespace: Rx – Class: CRxString – Header: Rx.Core/RxString.h

CRxString::SplitFilename Method

C++
void SplitFilename(CRxString& sxDirectory, CRxString& sxName, CRxString& sxExtension)

Assumes that this CRxString represents a file name and splits it in path, name and extension.

Parameters

[CRxString&] sxDirectory

[out] The directory path.

[CRxString&] sxName

[out] Name of file without extension.

[CRxString&] sxExtension

[out] Extension of file.