Anuncios
Welcome to the Revit Ideas Board! Before posting, please read the helpful tips here. Thank you for your Ideas!
Comentario
Autodesk
Autodesk

@pfk If the file is in the default system library folder, - only the relative path is saved as a value of AssetPropertyString.

If it is not, then the absolute path is saved. But it is possible to get from the relative path to the full path by using Application.GetLibraryPaths(). I hope this helps.