pub async fn write_on_disk( file_path: &Path, create_file: bool, content: &str, ) -> Result<u64, SysdBaseError>