本文介绍了unlink vs remove在c ++中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
C ++中的remove和unlink函数之间的区别是什么?
What is the difference between remove and unlink functions in C++?
推荐答案
除了unlink是unix- (如Chris所指出),我们在POSIX手册中阅读:
Apart from the fact that unlink is unix-specific (as pointed out by Chris), we read in the POSIX manual:
unlink
,我们读取:
这篇关于unlink vs remove在c ++中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!