Hi, all.
I would like to load webhistory objects stored in the Safari history directory (~/Library/Caches/Metadata/Safari/History). However, loading from file using the NSURL and WebHistory loadFromURL method does not work since WebHistory object is always empty and the method returns a NO value.
BOOL res = [whist loadFromURL:nsurl error:&histerror];
Can anyone help me how to load these webhistory objects?
TNX, Uros.
I would like to load webhistory objects stored in the Safari history directory (~/Library/Caches/Metadata/Safari/History). However, loading from file using the NSURL and WebHistory loadFromURL method does not work since WebHistory object is always empty and the method returns a NO value.
BOOL res = [whist loadFromURL:nsurl error:&histerror];
Can anyone help me how to load these webhistory objects?
TNX, Uros.