${__BeanShell(import org.apache.jmeter.services.FileServer; FileServer.getFileServer().getBaseDir();)}${__BeanShell(File.separator,)}upload.xml
Note : In above example ,file upload.xml is not in director where JMX file is present.
I want to put upload.xml in c:/project/configfiles/ folder and for JMX files c:/project/scripts/ folders.
So how I can change the custom folder path in jmeter?