FileDebugLogToFile Method |
Logs the file operation to the log file.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public static void LogToFile(
string filePath,
string fileOperation
)
Parameters
- filePath
- Type: SystemString
Path of the file the operation of which is logged - fileOperation
- Type: SystemString
Operation with file (open, close, read, write)
See Also