Datum eines Files ermitteln

Startseite Foren Deutsches LiveCode-Forum Datum eines Files ermitteln

Schlagwörter: 

Ansicht von 2 Antwort-Themen
  • Autor
    Beiträge
    • #20305
      Peter_M
      Teilnehmer

        Hallo Forum,
        gibt es in LIVECODE eine Möglichkeit, das Datum eines Files zu ermitteln? Leider kann ich keine entsprechende Funktion finden.
        Viele Grüße
        Peter

      • #20307
        Torsten
        Teilnehmer

          Hi Peter,

          probier mal “the detailed files”.

          put files(specialFolderPath("documents"),"detailed") into field 1

          Each line in the return value is a comma-separated list of file attributes, as follows:

          1. Name. The file name is URL-encoded. To obtain the name as plain text, use the function.
          2. Size, in bytes. On OS X systems, this is the size of the data fork.
          3. Resource fork size, in bytes. (OS X only).
          4. Creation date, in seconds. (OS X and Windows only).
          5. Last modification date, in seconds.

          6. Last access date, in seconds.
          7. Last backup date, in seconds.
          8.User owner. (Linux and OS X only).
          9. Group owner. (Linux and OS X only).
          10. Permissions. (Linux and OS X only; see note).
          11. Creator and file type. (OS X only).

          LG
          Torsten

        • #20316
          Peter_M
          Teilnehmer

            Hi Torsten,
            tausend Dank. Das dürfte mein Problem lösen. Ich werde es gleich umsetzen.
            LG
            Peter

        Ansicht von 2 Antwort-Themen
        • Du musst angemeldet sein, um auf dieses Thema antworten zu können.