Method GetFilePaths
GetFilePaths()
Retrieves all the stored file paths.
Declaration
public IEnumerable<string> GetFilePaths()
Returns
Type | Description |
---|---|
IEnumerable<String> | Returns all file paths as an IEnumerable. |
Retrieves all the stored file paths.
public IEnumerable<string> GetFilePaths()
Type | Description |
---|---|
IEnumerable<String> | Returns all file paths as an IEnumerable. |