I'm working with blobs programmatically in my current Episerver project (version 7.7). I have a problem though. At a certain point, I need to delete a blob and it's container folder from disk. The blob itself gets deleted without a problem, but the container folder doesn't, so I end up with a bunch of empty folders whenever the scheduled job that contains the logic runs.
Hi all!
I'm working with blobs programmatically in my current Episerver project (version 7.7). I have a problem though. At a certain point, I need to delete a blob and it's container folder from disk. The blob itself gets deleted without a problem, but the container folder doesn't, so I end up with a bunch of empty folders whenever the scheduled job that contains the logic runs.
I've tried:
and:
but I always get the same result.
Any ideas? Thanks