Function to save the file contents of the file to the CF Card. You can optionally define the file name to save.
Function Name
INT WINAPI EasyFileWriteInCfCard(LPCSTR sNodeName, LPCSTR pReadFileName, LPCSTR sFolderName,LPCSTR sFileName);
Argument
sNodeName: The station name is fixed as #WinGP.
pReadFileName: The file name (full path) of the source file to save to the CF Card
sFolderName: Folder name of the file to save to CF Card (maximum 32 single-byte characters)
sFileName: File name (maximum 8.3 string format) of the file to save to CF Card
Return value (NULL)
Normal End: 0
Problem: Error code