标签: python windows linux macos
可能重复: What is the best way to open a file for exclusive access in Python?
我正在创建一个绘画程序。当用户加载图像时,我希望该文件被“保护”,因此用户无法删除它,重命名等等,并且消息出现'文件当前正由另一个进程使用'。
有没有办法在python中执行此操作?
编辑:
我希望它适用于Linux,Mac和Windows