ディレクトリのシンボリック リンク上のディレクトリについて

Matlabのアクティブディレクトリにディレクトリのシンボリックリンクを介したアドレスでアクセスするとR2016bでは、アクティブディレクトリ内のファイルを認識するが、R2024aでは認識しない。
cdコマンドを使用してディレクトリを移動してもディレクトリのシンボリックリンクしたアドレスが元のアドレスに戻ってしまう。
Matlab上でディレクトリのシンボリックリンクを正常に使用する方法はありませんか?
コマンドプロンプト(管理者権限)でのディレクトリのシンボリックリンク作成方法
linkname=ショートカット名
folderpath=元のフォルダーへのフルパス
mklink /D %linkname% %folderpath%

Answers (0)

Categories

Find more on 起動と終了 in Help Center and File Exchange

Products

Release

R2024a

Tags

Asked:

on 5 Aug 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!