How to create a burn folder? [closed] - cocoa

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
my app needs to both burn discs and create burn folders. i'm able to use the DiscRecording framework, and am delving into its many options for the burn disc methods, and am starting to get that, but i don't see any reference to creating a 'burn folder'.
i've also looked in NSFileManager (thinking that it was a key that needs to be set), and also searched the docs and this site for 'burn folder', with no result.
it's probably that i am overlooking something really obvious about how to do this programmatically.
will anyone shed some light here?
thanks.

Just create a directory with an extension of .fpbf.

Related

Understanding Windows application footprint [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Just wondering if anyone could point me in the right direction for documentations that specifies what a Window application's file footprint is?
More specifically, I am looking for a documentation that specifies what registry files (and which hive) and files/directories must be created when an application is installed.
#Raymond Chen is totally right, however, there are some pretty common places to put things in the registry\file system based on the programs needs. I.E. Does it start on login or start up? It really depends on how the program interfaces with Windows. Hopefully that points you in the right direction.

Is it legal to track the installations of a free plugin [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
By this question I like to ask how legal is to track the installation of a free Joomla Module.
I already have create some Joomla Modules, and I like to track the amount of installations.
The only purpose of the trackink will be to track the web sites that using that module, nothing more, nothing less.
But I am wondering, is that legal ?
I wouldn't ask for legal advice from a programmers community. Best advice is to ask a laywer.
But if I were to guess, NOT allowed without the explicit user permission.
Not really the place to be asking this type of question.
Instead of tracking amount of installations, why not track the amount of downloads from your website? Would be much easier and ethical. Could be done with a simple bit of PHP or JS.

Add to quote functionality in magento? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I want to add, add to quote functionality in my magento site ?
like :http://www.belgosweet.be/product.php?product=85&cat=20 this site.
Thanks
You do understand that there is no straight answer for that.
What you are asking for involves modifying several core files and functionality. Maybe you would be interested in an already free available solution something like this:
http://www.magentocommerce.com/magento-connect/Cart2Quote/extension/5495/cart2quote_customer_quotation
There are other solutions with payment if you want too :)
HTH

JavaDB administration tools [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
My current employer wants to use JavaDB for his new project. Allright with it, as my favoured SQLite isn't working very well with java and I, er..., don't really feel like arguing about it. Anyway I can't find a decent free tool to manipulate JavaDB or Derby databases. All I have is Netbeans. I've tried others but all the free ones are really tame tools and the pricy ones are good, but my employer doesn't want to pay a dyme (......).
Suggestions?
Perhaps http://squirrel-sql.sourceforge.net/ ?
Been looking for one too. I'm currently eying on this one http://www.razorsql.com

What is the trick with c:\program? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 13 years ago.
Improve this question
I found that taking any exe file, renaming it to program (without extension) and putting it in C:\ root folder might cause strange things in windows like showing this application when other programs start.
What is it? is it some kind of backdoor?
p.s if you restart windows after doing so - you get a warning about it.
thanks,
Adi Barda
Maybe the fact that some programs don't know how to access C:/Program Files/. because it has a space. Then they are trying to execute C:/program, which in your case turns out to be the file you created.

Resources