pyguymer3.return_link_list¶
- pyguymer3.return_link_list(path, /, *, allowHidden=False, debug=True, ensureNFC=True, follow_symlinks=True)[source]¶
Return a recursive list of link names in a directory.
This function returns a sorted list of link names recursively in a directory.
- Parameters:
- Returns:
ans – the sorted list of link names
- Return type:
Notes
Copyright 2017 Thomas Guymer [1]
References