Sort the contents of the source file and write them to the destination file.
[Visual Basic]
Public Shared Sub SortFile( _
ByVal
recordClass As
Type, _
ByVal
sourceFile As
String, _
ByVal
sortedFile As
String _
)
Parameters
-
recordClass
- Record Class (remember that need to implement the IComparable interface or use the SortFileByfield instead)
-
sourceFile
- The source file.
-
sortedFile
- The destination File.
See Also
CommonEngine Class | FileHelpers Namespace
Powered by: