ProDOS-8 / ProDOS8-Testing

QA and Testing for ProDOS-8 Releases
MIT License
29 stars 1 forks source link

Created timestamp is not kept when copying #59

Open ghost opened 3 years ago

ghost commented 3 years ago

Description

When copying files with Copy II Plus 8.5.a2 only Modified timestamp is kept. Created timestamp is not kept.

Expected Behavior

Created timestamp is also kept when copying.

Actual Behavior

Only Modified timestamps is kept when copying.

Possible Fix

Just like Finder (on macOS 11.5.2), the Created timestamp is kept when copying from the source to the destination.

Steps to Reproduce

Part 1 (Copy file):

  1. /COPYIIPlus.8.5
  2. UTIL.SYSTEM
  3. Enter date (current date)
  4. Copy -> Files
  5. Select the file (Quit.System)
  6. Select a directory
  7. File copied

Part 2 (Compare timestamp):

  1. /COPYIIPlus.8.5
  2. UTIL.SYSTEM
  3. Enter date (current date)
  4. Catalog disk -> + file lengths
  5. Select drive from the file (Quit.System). You see, for example, this time: MODIFIED 15-Sep2016 9:47, CREATED 21-Jan2018 22:53
  6. Do the same thing in step 10 and 11 again and select the copied file located in the directory.
  7. MODIFIED 15-Sep2016 9:47, CREATED <no date>

Context

I want to accomplish that Created timestamp is kept when copying.

Your Environment

AppleWin 1.30.4.0

Hardware:

AppleWin 1.30.4.0 -> AppleWin Configuration -> Enhanced Apple //e

ProDOS8 version:

2.5.0a8 and Copy II Plus 8.5.a2