Sort the content of a File using the field name provided
[Visual Basic] Public Shared Sub SortFileByField( _ ByVal recordClass As Type, _ ByVal fieldName As String, _ ByVal asc As Boolean, _ ByVal sourceFile As String, _ ByVal sortedFile As String _ )