DirectoryLogDirectoryOperation Method (String, String, String) |
Logs the directory operation to a current request log for debugging.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public static DataRow LogDirectoryOperation(
string path,
string operation,
string providerName
)
Parameters
- path
- Type: SystemString
Path to the file - operation
- Type: SystemString
Operation with file (open, close, read, write) - providerName
- Type: SystemString
Provider name
Return Value
Type:
DataRowSee Also