Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Analyze the creation time (ctime) of all files in the test directory and organiz
### Task Objectives

1. **Read metadata** of all files in the test directory
2. **Analyze creation times** (ctime) of all files (excluding .DS_Store)
2. **Analyze creation times** (ctime) of all files (excluding .DS_Store), assuming China Standard Time (UTC+8)
3. **Create directory structure** organized by month/day based on creation time
4. **Move files** to appropriate directories
5. **Create metadata analysis files** in each directory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Do not try to use python code.
Count the following information for the entire directory structure:

- total number of files
- total number of folders
- total number of folders (exclude the folder named "complex structure")
- total size of the hole folder (in bytes, include .DS_Store only in this subtask)

**Format (one item per line):**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ def main():
sys.exit(1)

if __name__ == "__main__":
main()
main()