c# - Perforce .NET API Edit Files Not Checked Out -


i trying use perforce .net api edit files in workspace default changelist. however, when run edit command doesn't appear in p4v front-end if has happened. files still in depot not checked out. there option missing or else need include? files include list of files trying check out there no obvious result of command.

mperforceconnection.client.editfiles(filespec.unversionedspeclist(files), null); 

i have tried adding options don't seem me anywhere. don't want add changelist trying enter them on default 1 have entered 0 parameter.

perforce.p4.options options = new options(editfilescmdflags.none, 0, null); 

any thoughts?

issue filename contained @ sign. thought other characters may have caused issue. didnt expect @ sign to.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -