예제 #1
0
 public short ChangeFolder(string fld)
 {
     ResetError();
     session.ChangeFolder(this, fld);
     return(errorCode);
 }