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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -