string f = "C:\Test@1234.txt"
cmd = new P4Command(p4, "add", true, "-c", changelist.Id.ToString(), f);
When my file name contains "@" this character , it log error exception :
add file get this Can't add filenames with wildcards [@#%*] in them
How do I fix that , I using p4api.net.