Edit List path in runtime

myndeswx

Client
Регистрация
15.05.2017
Сообщения
436
Благодарностей
104
Баллы
43
So this is a strange problem , for list path i want to use my Login variable like this-

{-project.directory-}folder/{-variable.Login-}.txt

But template does not pick it up,
IF i reaload the table in projectmaker after variable login is set then it's working.

So question would be maybe, how to reload a list with c#? )))))
Thank you
 

Nord

Client
Регистрация
22.03.2012
Сообщения
2 401
Благодарностей
1 464
Баллы
113
So this is a strange problem , for list path i want to use my Login variable like this-

{-project.directory-}folder/{-variable.Login-}.txt

But template does not pick it up,
IF i reaload the table in projectmaker after variable login is set then it's working.

So question would be maybe, how to reload a list with c#? )))))
Thank you
Try this one

Код:
{-Project.Directory-}\folder\{-Profile.Login-}.txt
And remember, most of all are you entering is Case-sensitive
 
  • Спасибо
Реакции: myndeswx

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
526
Благодарностей
112
Баллы
43
When you use C# you must to use...
string path = "C:\\Folder\\File.txt";
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)