GetFile - PeopleCode Commands Directory
GetFile
Usage:
&file=GetFile(&FileName, &OpenMode [, &CharacterSetName] [, &PathType]);
Description:
Returns a File object associated with the file named (with %FilePath_Relative|%FilePath_Absolute as PathType) and opens it in the &OpenMode (R|W|U|E|N)
If this has not answered your question - either search on Google or ask a question below:
Create a simple Launch Page for your PeopleSoft Databases
Comment: Mano
This is not clear. Because the syntax is
GetFile("FileName with path", "W","a" %FilePath_Absolute);
You need to tell like below
W = ?
A = ?
%FilePath_Absolute = ?
|