This is the same link you sent me yesterday. I know how to write to a unc path. My code is doing that now. Your code is not.
your code in defining
this
.a = EditorUtility.ProcessWebPath(base.Context, null, value);
this.a = '/' + this.a.TrimStart(new char[] { '/' });
this.a = this.a.TrimEnd(new char[] { '/' }) + '/';
this.c = base.Context.Server.MapPath(this.a);
this.b = this.a.ToLower();
}
strips out all \\