writeCreateDelete

open fun writeCreateDelete(fileMD: String, fileNameWithPath: String, delete: Boolean)

Logs the creation or deletion of a file in the project.

If the file is part of a UOC project and does not meet the skip criteria, this method logs the file creation or deletion event with a timestamp.

Parameters

fileMD

The name of the file being created or deleted.

fileNameWithPath

The path of the file being created or deleted.

delete

A Boolean flag indicating whether the file is being deleted. If true, the file is being deleted. If false, the file is being created.