The working file paths appear to be read only Yes, it is a read only property of the file object. To change the working file path, you need to set the alternate path fragment property of the parent folder. newFile.ParentFolder.AlternatePathFragment = "alternate folder path";
↧