EGOCache icon indicating copy to clipboard operation
EGOCache copied to clipboard

How can i get the path of a file using Key

Open chassrouny opened this issue 8 years ago • 1 comments

Hello,

I am wondering is there any way to find the path of a file using the key

thanks in advance

chassrouny avatar Apr 29 '16 08:04 chassrouny

What about this method?

  • (NSString_)pathForKey:(NSString_)key;

I thought it was merged but it isn't. You can find it here in my fork https://github.com/buttcmd/EGOCache/blob/master/EGOCache.m

buttcmd avatar May 02 '16 12:05 buttcmd