Function listfiles()

← Back to Module fileio



Module fileio → listfiles()

Description

Get list of files of a specified path

listfiles(path, full_path = false)


Parameters


Return Value


Usage Example

import fileio
 
files = listfiles("/path/to/dir")