Salir
  • Comunidad global
    • Idioma:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티

.idlk Datei verändert das Datum des Ordner in Mac OS

Principiante de comunidad ,
Mar 24, 2023 Mar 24, 2023

Beim Öffnen und bloßen Anschauen einer Indesign-Datei wird im Ordner der Datei eine idlk Datei erzeugt, die sofort das Datum des Ordners aktualisiert. Nach Schließen der Indesign Datei wird die idlk automatisch wieder entfernt, aber das Datum des Ordners bleibt. Wenn ich aktuelle Dateien suche und nach Datum sortiere, sind nun diese Ordner als aktuelle zu finden, obwohl der Inhalt teilweise Jahre alt ist. Kann man im System vom Mac etwas ändern oder kann man das Erstellen der idlk Datei verhindern?

TEMAS
Error , Sincronización y almacenamiento
348
Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines

correct answers 1 respuesta correcta

Community Expert , Mar 24, 2023 Mar 24, 2023

or can I prevent the creation of the idlk file?

 

No, but it might be possible with AppleScript to reset the folder’s modification date. Not sure about the latest OS, but on OSX a folder’s creation date property is read only, but the modification date is read/write, so a script could set the file’s parent folder’s modification date to its creation date everytime a document is closed.

Traducir
Community Expert ,
Mar 24, 2023 Mar 24, 2023

or can I prevent the creation of the idlk file?

 

No, but it might be possible with AppleScript to reset the folder’s modification date. Not sure about the latest OS, but on OSX a folder’s creation date property is read only, but the modification date is read/write, so a script could set the file’s parent folder’s modification date to its creation date everytime a document is closed.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Principiante de comunidad ,
Mar 24, 2023 Mar 24, 2023
MÁS RECIENTES

That sounds good! But I'm not sure if I can manage to write such a script. And for files I save, the folder should already take the current date of the last file.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines