Copy and import
You can copy and import files and folders from another folder into your project structure. This will copy the contents of the files and folders into your new structure instead of creating new files and folders.
TIP
To get the full path of a file or folder, in macOS Finder hold ⌥
and right-click on a file or folder and then click Copy as Pathname
.
You can also drag and drop a file or folder into the File Architect text editor to get its full path.
2025_projects
[path/to/2024_ideas]
[path/to/2024_projects]
[path/to/2024_goals.txt]
(/Users/You/Images/dev_logo.png)
2025_projects
2024_ideas
travel-blog
screenplay
2024_projects_archived
2025_goals.txt
Folder copy
You can copy a the content of a folder by putting its full path inbetween brackets. This will copy the full contents of the folder with all its files and subfolders into your new structure.
[path/to/folder]
Folder import
You can import a the content of a folder by putting its full path inbetween brackets. This will move the full contents of the folder with all its files and subfolders into your new structure.
(path/to/folder)
File copy
You can copy a single file by putting its full path between brackets.
[path/to/file.txt]
File import
You can import a single file by putting its full path between brackets.
(path/to/file.txt)