Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

listCaches doesn't handle subdirectories #15

Open
nsheff opened this issue Aug 23, 2017 · 3 comments
Open

listCaches doesn't handle subdirectories #15

nsheff opened this issue Aug 23, 2017 · 3 comments
Assignees

Comments

@nsheff
Copy link
Member

nsheff commented Aug 23, 2017

listCaches only lists the contents of the main cache directory. It could separate them out by subdir and list them.

@vreuter
Copy link
Member

vreuter commented Sep 7, 2017

Wanted to add just for my own clarity that it does list the names of the subfolders themselves, just not the contents. I hadn't previously noticed that.

@vreuter vreuter self-assigned this Sep 8, 2017
@vreuter
Copy link
Member

vreuter commented Jul 10, 2018

If we introduce a filter to partition contents into caches and non-caches (e.g., .RData suffix), listCaches could be modified to also accept a filepath (i.e., list caches somewhere else, without needing to change the cache dir).

@vreuter
Copy link
Member

vreuter commented Jul 10, 2018

Not sure about others, but I sometimes make cache folders somewhat low down on the directory tree, and then have one of those active and want to reach over and see what's in other subtree(s)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants