Re: Hard Code Folder Reference in Command Line
Posted by burt46 on Jul 22, 2016; 8:02pm
URL: http://imagej.273.s1.nabble.com/Hard-Code-Folder-Reference-in-Command-Line-tp5016919p5016929.html
Ok i solved this in another way using
File.openAsString(path)
This calls a text file that has the folder path on a single line.
Problem is that it sticks a " | " at the end and i cant work out why or how to get rid of it. Any ideas?