Reko.Core.Services.FileSystemServiceImpl.FileExists C# (CSharp) Méthode

FileExists() public méthode

public FileExists ( string filePath ) : bool
filePath string
Résultat bool
        public bool FileExists(string filePath)
        {
            return File.Exists(filePath);
        }