// returns FileName without any characters that are not supported by the
// operating system.
// RemoveAnd is an optional parameter that indicates if & should be removed
// or not ( & can normally be used inside a file name )
- TDocuments.SaveAttachmentsIntoFolder: fixed an infinite loop
* TDocuments.SaveAttachmentsIntoFolder: uses forcesDirectories to create all the destination path tree
* TfrmUsbStick: Shows and stores/restores the text of the destination path
+ TfrmUsbStick: uses TDocuments.SaveAttachmentsIntoFolder to store the documents of the exemptions
* tPatientsPathologies: Renamed ID_Person into ID_Patient
* tProblems: the pathology you can insert must be one of the patient ones
- TfrmUsbStick: it correctly writes the patient's problems / pathologies
- TfrmUsbStick: Missing the error method of TSaveThread: now it is able to signal the errors