NuGet.PhysicalFileSystem.GetFiles C# (CSharp) Méthode

GetFiles() public méthode

public GetFiles ( string path, bool recursive ) : IEnumerable
path string
recursive bool
Résultat IEnumerable
        public virtual IEnumerable<string> GetFiles(string path, bool recursive)
        {
            return GetFiles(path, null, recursive);
        }

Same methods

PhysicalFileSystem::GetFiles ( string path, string filter, bool recursive ) : IEnumerable