Tag

file organization

1 views collected around this technical thread.

Zhaori User Experience
Zhaori User Experience
May 26, 2023 · Fundamentals

How Structured File Naming Boosts Design Team Efficiency

This guide explains why and how to establish a systematic project file and naming convention for design assets, detailing folder hierarchy, naming rules for iterations, slices, components, and other documents, and showing the resulting improvements in collaboration, version control, and hand‑off efficiency.

design workflowfile organizationnaming conventions
0 likes · 16 min read
How Structured File Naming Boosts Design Team Efficiency
Python Programming Learning Circle
Python Programming Learning Circle
Jul 16, 2022 · Fundamentals

Python Script for Automatic Desktop and Folder Organization by File Type

This article demonstrates how to use a Python script to automatically categorize and move files on the desktop or in any folder into type‑based subfolders by defining custom file‑extension groups, scanning directories, creating target folders, and moving matching files, with complete code examples and execution instructions.

AutomationFilesystemfile organization
0 likes · 4 min read
Python Script for Automatic Desktop and Folder Organization by File Type