hi
i want to replace my use name in config file
key as path c:\usrers\traju\documents
iam wring as c:\usrers{0}\documents
writing expression as string.format(in_config(path,environment.userName).tostring
can anyone help me
hi
i want to replace my use name in config file
key as path c:\usrers\traju\documents
iam wring as c:\usrers{0}\documents
writing expression as string.format(in_config(path,environment.userName).tostring
can anyone help me
path is in my config file how to take that
Use this in the Config File Pathdata = c:\usrers\{0}\documents
Expression : String.Format(in_config("Pathdata").ToString,Environment.UserName)
Regards
c:\usrers{0}\documents
string.format(in_config(“filepath”).tostring,environment.userName)
try this
thank you it works now
Kindly close this topic by mark as solved @T_Y_Raju
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.