Hello,
i upgrade for 5.45 and i have a problem with c# code whor working verry before.
Th code is :
string inputfile ="{-Variable.csharp_file2-}";
string outputfile ="{-Variable.csharp_file2-}";
string fileContent = File.ReadAllText(inputfile, Encoding.Default);
File.WriteAllText(outputfile, fileContent, Encoding.UTF
;
and now, it not work because the variable {-Variable.csharp_file2-} not replace by my file but by nothing and i have this message error !
Executing action CSharp OwnCode.id: 0fb5d249-3381-4a2b-bd4d-0e400d226864 Le fichier 'C:\Program Files\ZennoLab\EN\ZennoPoster Pro\5.45.0.0\Progs\{-Variable.csharp_file2-}' est introuvable.
What can i do ?
i upgrade for 5.45 and i have a problem with c# code whor working verry before.
Th code is :
string inputfile ="{-Variable.csharp_file2-}";
string outputfile ="{-Variable.csharp_file2-}";
string fileContent = File.ReadAllText(inputfile, Encoding.Default);
File.WriteAllText(outputfile, fileContent, Encoding.UTF

and now, it not work because the variable {-Variable.csharp_file2-} not replace by my file but by nothing and i have this message error !
Executing action CSharp OwnCode.id: 0fb5d249-3381-4a2b-bd4d-0e400d226864 Le fichier 'C:\Program Files\ZennoLab\EN\ZennoPoster Pro\5.45.0.0\Progs\{-Variable.csharp_file2-}' est introuvable.
What can i do ?