Save

TextResourceBase.Save method

Saves this text resource to the specified file

public void Save(string fullPathToFile)
Parameter Type Description
fullPathToFile String Full path to the file, which will be created or rewritten if already exists

See Also