(PowerShell 기준)
PowerShell을 관리자로 실행
New-Item -ItemType SymbolicLink -Path "C:\Users\User01\Obsidian\tunapanini.xyz" -Target "C:\Users\User01\workspace\tunapanini.github.io\content"
타겟에 파일 폴더가 생긴 모습
아이콘은 ‘바로 가기’처럼 생겼지만 유형은 ‘파일 폴더’예요.
(PowerShell 기준)
PowerShell을 관리자로 실행
New-Item -ItemType SymbolicLink -Path "C:\Users\User01\Obsidian\tunapanini.xyz" -Target "C:\Users\User01\workspace\tunapanini.github.io\content"
타겟에 파일 폴더가 생긴 모습
아이콘은 ‘바로 가기’처럼 생겼지만 유형은 ‘파일 폴더’예요.