Example #1
0
 void IFile.SetAccessControl(string path, UnitWrappers.System.Security.AccessControl.IFileSecurity fileSecurity)
 {
     throw new NotImplementedException();
 }
Example #2
0
 FileStreamBase IFile.Create(string path, int bufferSize, FileOptions options, UnitWrappers.System.Security.AccessControl.IFileSecurity fileSecurity)
 {
     throw new NotImplementedException();
 }