Skip to content

Find files in a directory by using name and pattern..!

Notifications You must be signed in to change notification settings

elaa0505/find_files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

find_files

findFileByName:

Find the files in a directory by using filename 

Example

findFileByName::

findFileByName('main.xml', '/path/to/dir')

findAllFileByName:

Find the all files in a directory by using filename 

Example

findAllFileByName::

findAllFileByName('main.xml', '/path/to/dir')

findFileByPattern:

Find the all files in a directory by using extension(ex: xml,html,doc...etc) 

Example

findFileByPattern::

findFileByPattern('*.xml', '/path/to/dir')

About

Find files in a directory by using name and pattern..!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages