프로그래밍
[MacOS] 맥에서 파일/폴더 경로 복사하는 2가지 방법
판다의 삶
2021. 5. 8. 00:41
728x90
1. 단축키 사용 방법(추천)
① Finder 실행 후 파일 또는 폴더 클릭
② 파일 경로 복사 : Command + Option + C
③ 붙여넣기 : Command + V
- 결과 : Users/user/Desktop/directory/subdirectory/test.txt
2. Finder 메뉴 사용
① Finder 실행 후 파일 또는 폴더 클릭
② 상단 메뉴 편집 클릭 + Option > '~'의 경로 이름을 복사 클릭
③ 붙여넣기 : Command + V
- 결과 : Users/user/Desktop/directory/subdirectory/test.txt
728x90