I am trying to add some extra to the isValidString function - I am using the function in the attachment mod and try to prevent users from using quots in the filename or in directory names. As the line is now
sInvalidChars = "!#$%^&*()=+{}[]|\;:/?>,<'@"
,
how would I add the " to this line? I tried
'"'
or """
or "
, but that all does not work.
If anyone has an idea on that, I would apreciate...