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

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

Respuestas (0)

Categorías

Más información sobre 起動と終了 en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2024a

Community Treasure Hunt

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

Start Hunting!