Documents is a Directory, not a File, so instead of checking for File , check for Directory like: if(File.Exists(path)) { // This path is a ...
確定! 回上一頁