Set environment path using IP for directory

5 ビュー (過去 30 日間)
Oliver Lojek
Oliver Lojek 2016 年 1 月 22 日
回答済み: Kirby Fears 2016 年 1 月 22 日
Dear All,
I am currently trying to use an IP address for setting absolute/relative path onto different remote machines for accessing data or storing files.
Instead of
Path = 'X:/Directory/Subdirectory/Files'
I want to use something like:
IP = '130.12.12.1';
Path = [IP,'/Directory/Subdirectory/Files']
Any ideas or comments on this?
Kindest regards,
O. Lojek
  1 件のコメント
Image Analyst
Image Analyst 2016 年 1 月 22 日
Okay....so what happens when you try that?

サインインしてコメントする。

回答 (1 件)

Kirby Fears
Kirby Fears 2016 年 1 月 22 日

カテゴリ

Help Center および File ExchangeFiles and Folders についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by