Page 1 of 1

CreateValidFilename(InvalidFilename.s)

Posted: Tue Oct 31, 2006 3:30 pm
by Trond
We have a CheckFilename() function. But, if this function returns 0 we don't know what is wrong with the filename! I have a program which creates the filename from an url without user intervention and it must (obviously) create a valid filename. The CreateValidFilename() function should return the parameter minus the invalid characters.

Posted: Tue Oct 31, 2006 4:55 pm
by Dr. Dri
Maybe something like "GetValidPart" (it would look more like other filename commands)

Dri