DataExportHelperCleanExportFiles Method |
Clean up the exported files for the given FilePath.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void CleanExportFiles(
string filePath
)
Public Shared Sub CleanExportFiles (
filePath As String
)
Parameters
- filePath
- Type: SystemString
The file path to clean.
See Also