Unseen file .MatlabDriveTag is seen

10 Ansichten (letzte 30 Tage)
fengwuxiaoli
fengwuxiaoli am 11 Jan. 2022
Kommentiert: haiping guo am 30 Okt. 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 Kommentare
fengwuxiaoli
fengwuxiaoli am 17 Jan. 2022
Thanks. I think it is different to my concern.
Walter Roberson
Walter Roberson am 17 Jan. 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.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Pratyush Roy
Pratyush Roy am 17 Jan. 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 Kommentare
Martin
Martin am 12 Jul. 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 am 30 Okt. 2023
+1 to fixing this in a future release!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by