Peoplecode Trace in a File

Local File &fle;
&fle = GetFile(GetCwd() | "/files/Test.xml", "W", %FilePath_Absolute);
&fle.WriteLine("Hi");
&fle.Close();

Test.xml can Found in...

Web Server: psoft > appserv > DATABASENAME > files > Test.xml

Reproduced in: https: //www.cnblogs.com/GoDevil/archive/2010/03/15/1686072.html

Guess you like

Origin blog.csdn.net/weixin_33895016/article/details/94608592