Book a Demo

Author Topic: Relative path on local files  (Read 2357 times)

xkrystof

  • EA User
  • **
  • Posts: 29
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Relative path on local files
« on: November 15, 2007, 03:30:45 am »
Hi,

I have some documents (doc or xls)- local files attached to an element or package in my project (a use-case node has a path in "Files" tab, etc.). Currently, these elements are given by the full path (eg: c:\XYZ\EAProjects\......\aaa.doc). Now, I changed it to a relative path (%CURDIR%\EAProjects\......\aaa.doc) for all files attached to my packages and elements. The problem is, that I am not able to expand that string "%CURDIR%" to the path, according to my will.

Do you have any idea, how to expand that CURDIR for all Files attached to packages and elements?? I have tried the Setting->Local paths ...option, but there is no "type" for this task (to change doc or xls path entries). Only types for programming languages are possible

Thanks for any help

Jan

thomaskilian

  • Guest
Re: Relative path on local files
« Reply #1 on: November 15, 2007, 03:35:58 am »
Doesn't work. However, you can manually insert ./path to make it relative to the EAP file. No idea where that will point when using a SQL repository :-/