filename_path(fname);
返回: String(字符串)
使用此函数返回指示文件路径的路径部分,包括最终反斜杠。
path = filename_path(working_directory + "Test.ini");
上面的代码获取指定文件的路径(作为字符串)。