HAI, I want to know whether its possible to access a substorage directly from the root storage. For eg. LPSTORAGE pStorage;//Main storage LPSTORAGE pSubStorage;//Substorage //StgOpenstorage(...); hr = pStorage->OpenStorage(L"abc\\13\\456",........., (&pSubStorage)); Thank you Beginner