John Behm
John Behm
This one is pretty nice as it may filter according to any kind of path related rule, not just a regular expression. You removed a `#`from the readme of `HttpFs`...
In case that you provide the underlying `Fs` as parameter to the predicate function, you might be able to check whether the file path is actually a file or a...
@schuster-rainer close this issue?
English pls. Also this library should not have anything to do with Kubernetes.
base path assumes that your path is prefixed (manually) with the 'base path' contrary to your whole filesystem living inside of the base path directory without you having to provide...
create a new interface that has those two methods and the afero methods and then generate a mock for that new interface.
imo filesystem abstractions may provide more than just what the Fs interface has to offer. In my case rollback mechanics of filesystem modifications. You can basically put implementations into functions...
I had something similar but different in mind which is the tracking of files that the application created allowing for a clean uninstallation process of the app. In case the...
I have got the same behavior. When registering with the parent directory in case that the parent directory is not found (nil) one is simply being created. But what should...
what happens if you have got two sub directories called ``` /subdir1/whatever/ /subdir10/whatever1/ ``` and you try to rename `subdir1`?