It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
i had created two service,both are using same folder..i want to unlocked the folder when first service work got over..plz help?????
Its not clear what you want. But two or more processes can use the same folder.
You can't delete or rename a folder that is in use by another process.
If you read and write a file at the same time, results can be unpredictable. But if you open a file you can specify if you want exclusive access.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I want to allow other apps associated with .docx files to be able to edit the files I have inside my App document library. Is that applicable?
Impossible! Each app has its own private folder that is not accessible by other applications! If this was allowed then any app could break other apps files. Doesn't seem logical
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to make an emailing application but I wanted to know if there is maybe already an application that provides their source code so I could get a head start. Like maybe just the simple concept of placing emails in a table view and retrieving them from a server. If there is anything out there please let me know.
If you do a google search, you should be able to find what you are looking for. Here are some I found.
http://mobile.tutsplus.com/tutorials/iphone/mfmailcomposeviewcontroller/
http://m.youtube.com/#/watch?v=ECkJh2mnFc8&desktop_uri=%2Fwatch%3Fv%3DECkJh2mnFc8
The geeky lemon drop one is pretty good.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
While looking for sample code for Dropbox integration, i happened on this:
https://github.com/jessegrosjean/DropboxSync
This seems like just the ticket for me. All I want is to keep one dedicated folder of RTF files in synch with a dedicated folder on the user's account. Looks too good to be true. Is it?
Request for an folder only API and not the all access version
Then DropboxSnync as well as chdropboxsync and all the other forks keep it in sync
So yes it is like it looks like
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am starting this tutorial and would like to know if the complete database is anywhere to be found please?
Thanks
Inside the zip of the sources there is a directory called DatabaseScripts you simply have to execute the script to create your Database
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
the images should be store in a directory(image) under the project
In windows forms, the user doesn't need to 'upload' the file, because the application runs locally. Instead, ask the user for a filename (typically through an open dialog); then copy the indicated file to the target location.