def checkout(filename, prefs):
output = BGS_Perforce.checkout(prefs["workspace"], filename)
sublime.status_message(output)
# Creates a directory for our cache files, if necessary, in the OS's temporary folder
# We don't use the temporary directory creation tools Python supplies because we want the folder to stay the same
# between runs so we can continue to access it.
评论列表
文章目录