Save other content error

Save other content error

BY 14 Jun 2013 Native Application Development

Hi,

I save other files to Others path by using this codes:

 

ContentId contentId;

ContentManager contentManager;

r = contentManager.Construct();

 

OtherContentInfo otherContentInfo;

r = otherContentInfo.Construct(null);

contentId = contentManager.CreateContent(sourcePath, tempFile, true, &otherContentInfo);

After run, a file created under the /opt/usr/media/Others/, but it don’t show in the “My Files”. What can I do for it?

 

Written by