Get "M:\.." Link from selected Object via UIX

Hey guys,

get hyperlink option gives me a desktop link in the following format:

"m-files://show/6372279E-126F-431A-983D-5FA06A7BD98A/0-2315349?object=6CB7FF93-FF99-4ED2-8560-03A7841C4BE6"

You can use these in explorer, but e.g. not in a file open dialog..

When opening the link in explorer you can see the path which also works in the file open dialog of other applications:

"M:\Vault\ID2\6372279E-126F-431A-983D-5FA06A7BD98A\0\2315000-2315999\2315349\L\L"

Is it possible to create a button with UIX to get this link from the selected object?

Parents Reply
  • It depends what you mean by stable. Probably not entirely.

    For example: the M drive is common on most machines but, at least theoretically, the drive name could be different. Also: the path contains the client-configured vault name which, at least theoretically, could be different on two different machines.

    I don't recall off the top of my head the rest of the path syntax but I have a recollection that it uses the built-in ID view with then the object type and id, maybe a version indicator, and I don't recall whether it includes file data... Those items are more static, perhaps.

    These paths are not guaranteed to be usable between machines, for example. For that you may want to use the "m-files://" Uri format, or the newer HTTP format that gives you the option of how you'd like the link to open (Web vs Desktop). 

Children