Unseen file .MatlabDriveTag is seen

10 visualizaciones (últimos 30 días)
fengwuxiaoli
fengwuxiaoli el 11 de En. de 2022
Comentada: haiping guo el 30 de Oct. de 2023
Normally, the file ".MatlabDriveTag" is unseen in windows explorer. However, in some circumstances, the file can be seen. For example, in the zip file if I compress whole folder into one file, or in git bash. It is annoying sometime because this file does exist in every folder and subfolders and cannot be easily deleted. I don't know why this file exists, and can I disable it?
  3 comentarios
fengwuxiaoli
fengwuxiaoli el 17 de En. de 2022
Thanks. I think it is different to my concern.
Walter Roberson
Walter Roberson el 17 de En. de 2022
Notice the part
"MATLAB Drive automatically adds a '.MATLABDriveTag' file in any folder that is created on drive as this helps to track and sync files to the cloud."
which answers the question about why they exist.

Iniciar sesión para comentar.

Respuesta aceptada

Pratyush Roy
Pratyush Roy el 17 de En. de 2022
Hi Ryan,
The MATLABDriveTag files allow us to track offline folder moves meaning we can reconstruct folder operations that occurred when MATLAB Drive sync wasn't running.
OneDrive also has hidden files (UUID filename) located at the root folder, and dropbox has cache files stored at the root so there is precedent for these sorts of hidden files.
The MATLAB Drive tag files are hidden and for the most part not user visible (on Windows users have to uncheck "hide system protected files" in their explorer options to view).
These of course can become visible to users running git workflows. The files are harmless, and can be simply added to the .gitignore file.
However this issue has been brought to the concerned people and they might consider it for a future release.
Hope this helps!
  3 comentarios
Martin
Martin el 12 de Jul. de 2023
One of the Problems is, that the MATLAB Online does not seem to work properly anymore when the .MATLABDriveTag is added to the project .gitignore.
We got around this specific problem by adding it to the global .gitignore list.
Then we get however the next problem, that using MatlabProject will add the .MATLABDriveTag to the project, which then results in a problem when trying to open a clone on a non-MATLABDrive folder...
+1 to fixing this in a future release!
haiping guo
haiping guo el 30 de Oct. de 2023
+1 to fixing this in a future release!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by