C++ how change AssetUser path


#1

ip->EnumAuxFiles(file_info, FILE_ENUM_ALL);
void mapFile::RecordAsset(const MaxSDK::AssetManagement::AssetUser &asset) {
asset.GetFullFilePath();
}
i use get assetuser path but i want change path
what to do?