getFileId method

void getFileId()

Implementation

void getFileId() {
  _fileId = getFileName().replaceAll(RegExp(r'\.(log|mx)$'), '');
}