StatCharrms (version 0.90.92)

cleanString: Cleans a string of illegal characters

Description

An internal function that converts any characters in a string that can not be in a windows file name to an underscore ("_").

Usage

cleanString(String)

Arguments

String

A character string.

Value

String

A character string where all of the illegal characters are converted to "_".