Robin Goodall
About
- Username
- Robin Goodall
- Joined
- Roles
- Member
Comments
-
This appears to be fixed for files in subfolders on the mapped drives but not files in the root. The log suggests that it is looking for something like: \\filestore\r\rjg99\\test.docx (when the drive root is mapped to \\filestore\r\rjg99) I…
-
Further investigation: Word creates file monikers as UNCs in the Running Object Table The .DOT uses ActiveDocument.Path and ActiveDocument.name (not ActiveDocument.FullName but that doesn't matter) and passes this to the Firefox addon. The add…