Question regarding third party applications

Questions, Support, etc.

Question regarding third party applications

Postby softwareguy on Thu Jul 29, 2010 6:35 pm

Will this product work for this situation?

I'm using a third party application that needs to work with a particular file such as "c:\somefile.tst"

I want to create a hidden folder that can only bee seen by my application that contains many files, including the one above. Somehow I would like the third party app to be able to access that specific file from this "hidden" location.

I'm not quite sure if this is possible with this product, but it seems like it might be.

Any feedback on this would be appreciated.
softwareguy
 
Posts: 3
Joined: Thu Jul 29, 2010 6:30 pm

Re: Question regarding third party applications

Postby Artem A. Razin on Thu Jul 29, 2010 7:02 pm

Thank you for your question.

Yes, it's possible. With BoxedAppSDK_CreateVirtualFile, you create a virtual file "c:\somefile.tst".

Then set:

Code: Select all
BoxedAppSDK_EnableOption(DEF_BOXEDAPPSDK_OPTION__EMBED_BOXEDAPP_IN_CHILD_PROCESSES, TRUE);


to enable embedding boxedapp into child processes.

Now you can launch 3rd party application and it will view "c:\somefile.tst".

Thank you.
Artem A. Razin
Site Admin
 
Posts: 423
Joined: Mon Jul 28, 2008 5:04 pm
Location: St.Petersburg, Russia

Re: Question regarding third party applications

Postby softwareguy on Thu Jul 29, 2010 8:30 pm

Then what about the "actual" file representing the virtual file?

Also, can I create virtual folders the same as virtual file? In other words, can I create a virtual folder called "c:\virtualfolder\" which can't be really seen by any application, but I can TELL the third party application to use this virtual folder to store it's files?
softwareguy
 
Posts: 3
Joined: Thu Jul 29, 2010 6:30 pm

Re: Question regarding third party applications

Postby method on Fri Jul 30, 2010 1:06 am

yes, it's possible. You can use BoxedAppSDK_AttachToProcess to share files between processes
http://www.boxedapp.com/boxedappsdk/hel ... ocess.html

softwareguy wrote:Then what about the "actual" file representing the virtual file?

Also, can I create virtual folders the same as virtual file? In other words, can I create a virtual folder called "c:\virtualfolder\" which can't be really seen by any application, but I can TELL the third party application to use this virtual folder to store it's files?
method
 
Posts: 8
Joined: Sun Jun 20, 2010 3:01 pm

Re: Question regarding third party applications

Postby Artem A. Razin on Fri Jul 30, 2010 6:51 pm

softwareguy wrote:Then what about the "actual" file representing the virtual file?


BoxedApp hooks all low level functions, so an application can use virtual files as real ones.

softwareguy wrote:Also, can I create virtual folders the same as virtual file? In other words, can I create a virtual folder called "c:\virtualfolder\" which can't be really seen by any application, but I can TELL the third party application to use this virtual folder to store it's files?


To create a virtual folder use function BoxedAppSDK_CreateVirtualDirectory, the arguments are the same as CreateDirectory has.

Thank you.
Artem A. Razin
Site Admin
 
Posts: 423
Joined: Mon Jul 28, 2008 5:04 pm
Location: St.Petersburg, Russia


Return to BoxedApp SDK

Who is online

Users browsing this forum: No registered users and 2 guests

cron