How to check if file exists in .Net

1 visualización (últimos 30 días)
Darin McCoy
Darin McCoy el 2 de Abr. de 2014
I am trying to figure out how to use .NET with matlab... this is probably a really simple question. I want to make the code below work...(and not use the "exist" function)... What did i do wrong with the syntax of FileSystemInfo.Exists?
fstring = [tempname '.txt'];
if System.IO.FileSystemInfo.Exists(fstring)
disp('exists')
else
disp('not exist')
end

Respuestas (0)

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by