vs2015生成后事件调用python脚本和xcopy用法

1、调用python脚本 copy.py脚本内容: #找到指定目录目录下的文件 dst_dir = os.path.dirname(__file__)   # 获取当前文件目录 src_dir = dst_dir + "/test/test.dll" file_name = dst_dir + "\test.dll" BeePlatform_Exist = os.path.exists(file_
相关文章
相关标签/搜索