Cd.. in Julia?

Hi,

I will be grateful if you could provide me with the Julia command of cd…

For example I get the directory from:

	Home = @__DIR__

Which gives me
D:\Main\MODELS\SoilWater-ToolBox2\src\HyPix

So what command can I use to get?
*D:\Main\MODELS\SoilWater-ToolBox2\src*

Many thanks for any help you may provide,
Joseph

I believe you are looking for dirname

1 Like

Or just cd("..")

1 Like