linux文件路径拼接

root_path=os.path.abspath(os.path.abspath(os.path.dirname(__file__)).split("flash")[0]+"/flash/app//")

configpath=os.path.join(root_path,"Kit/my_public_funds/conf/conf.ini")

你可能感兴趣的:(linux文件路径拼接)