You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a string which says "Path.GetFileName(<path>) . This throws an exception , whereas when I use "GetFileName(<path>)" it works. Any idea why ? Am I missing something ?
The text was updated successfully, but these errors were encountered:
Hi @eskaufel . I have a string which says "#DECLARE script string = Path.GetFileName(<pathOfFile>)" . I have created a dictionary in which I want to keep the value of script after solving the RHS.
I have a string which says
"Path.GetFileName(<path>)
. This throws an exception , whereas when I use"GetFileName(<path>)"
it works. Any idea why ? Am I missing something ?The text was updated successfully, but these errors were encountered: