I have tried this to be able to make my reference files portable
https://docs.bentley.com/LiveContent/web/MicroStation%20Help-v19/en/GUID-6CD8765F-908C-68F9-5352-73435874C285.html
But the variable seems to be resolved and not stored in the attachement filename
Am i missing something ?
Many thanks
Do you have MS_RFDIR defined in your workspace?
Microstation CONNECT 10.17.00.209
ORD CONNECT 2021 R1 10.10.1.3
Microstation v8i SS 10 08.11.09.919
Power InRoads v8i 08.11.09.615
ProjectWise 10.0.3.453
No, But I do not see the connection with the question
mwlong said:Do you have MS_RFDIR defined in your workspace?
Rémy Weill said:No, But I do not see the connection with the question
MicroStation always searchs the folders specified by MS_RFDIR. It is directly connected to your question.
MS_RFDIR
MS_RFDIR specifies one or more folders that MicroStation will search...
MS_RFDIR = V:/cad/folders/references/ MS_RFDIR > V:/maps/my-maps/
MicroStation looks for reference files in the references and my-maps folders.
Another way to specify a configuration variable in the attachment properties uses this syntax...
REMY_REF_PATH:file-name
MicroStation will search the folder specified by REMY_REF_PATH for the specified file.
REMY_REF_PATH
Regards, Jon Summers LA Solutions
If I understand correctly, you want to store a path where only part of it is represented as a configuration variable?
MaryB
Power GeoPak 08.11.09.918Power InRoads 08.11.09.918OpenRoads Designer 2021 R2
Yes,
I am trying to achieve what Jon suggests here
Jon Summers said:Another way to specify a configuration variable in the attachment properties uses this syntax... REMY_REF_PATH:file-name MicroStation will search the folder specified by REMY_REF_PATH for the specified file.
I know how to setup a variable but I do not achieve to use it in my reference file path
Remy