Set environment path using IP for directory

4 views (last 30 days)
Oliver Lojek
Oliver Lojek on 22 Jan 2016
Answered: Kirby Fears on 22 Jan 2016
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

Answers (1)

Kirby Fears
Kirby Fears on 22 Jan 2016

Categories

Find more on Files and Folders in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!