¿Cómo se verifica si el archivo al que se está intentando acceder existe utilizando StreamReader o StreamWriter?
if (______.Exists("archivo.txt")) {
// hacer algo
}
¿Cómo se verifica si el archivo al que se está intentando acceder existe utilizando StreamReader o StreamWriter?
if (______.Exists("archivo.txt")) {
// hacer algo
}