09-05-2017, 02:14 AM
Hi Michael,
In the Windows API, there are a number of functions that have a maximum path limit of 255 for some reason. Due to this, I'm forced to truncate the paths in MobileSheets so that they are 255 characters or less. What you are seeing on that dialog is the result of that truncation. There doesn't seem to be anything I can do about it, as it's a limitation in Microsoft's framework. So I can display the full file name, but that's not going to match the actual file name that is used on disk. Would you still prefer this? If so, I can look into showing the full file name regardless of what will actually be used by MobileSheets.
Thanks,
Mike
In the Windows API, there are a number of functions that have a maximum path limit of 255 for some reason. Due to this, I'm forced to truncate the paths in MobileSheets so that they are 255 characters or less. What you are seeing on that dialog is the result of that truncation. There doesn't seem to be anything I can do about it, as it's a limitation in Microsoft's framework. So I can display the full file name, but that's not going to match the actual file name that is used on disk. Would you still prefer this? If so, I can look into showing the full file name regardless of what will actually be used by MobileSheets.
Thanks,
Mike