"System.Environment+SpecialFolder" proparse error
following code
message
System.Environment:GetFolderPath("System.Environment+SpecialFolder":LocalApplicationData)
view-as alert-box.
results in Proparse error at position :2:73
When prevents you from using System.Environment:GetFolderPath(System.Environment+SpecialFolder:LocalApplicationData)?
When prevents you from using
System.Environment:GetFolderPath(System.Environment+SpecialFolder:LocalApplicationData)?
Nothing I guess. The message was just some quick coding to show the error. I was going through existing code and got the proparse error. Since the code did what it has to, I didn't think about the fact the double-quotes aren't necessary
I just asked because I see the challenge to correctly recognize this code and compute symbols in Proparse. I don't think that this will be fixed in the near future unless this syntax (usage of double quotes for class names) is required.