we have problem in using backslash....
We have own functions for using in expressions.... this function for example returns picture data (from application server) from string parameter... and parameter can be some relative path written as string in expression i.e.
Code: Select all
{OurFunctions.GetImageData(".\\temp\\directory\\newTestPicture.jpg")}
... using @"" is useless too....