ynotlim
09-01-2010, 07:53 PM
how can i get the filename from this string?
string1 = "attachement; filename=test1234.mov"
filename = string1.parse(.......)
result:
filename = test1234.mov
string1 = "attachement; filename=test1234.mov"
filename = string1.parse(.......)
result:
filename = test1234.mov