Unseen file .MatlabDriveTag is seen

조회 수: 11 (최근 30일)
fengwuxiaoli
fengwuxiaoli 2022년 1월 11일
댓글: haiping guo 2023년 10월 30일
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
fengwuxiaoli
fengwuxiaoli 2022년 1월 17일
Thanks. I think it is different to my concern.
Walter Roberson
Walter Roberson 2022년 1월 17일
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.

댓글을 달려면 로그인하십시오.

채택된 답변

Pratyush Roy
Pratyush Roy 2022년 1월 17일
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
Martin
Martin 2023년 7월 12일
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 2023년 10월 30일
+1 to fixing this in a future release!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by