Delphi looking for writeable folder in localhost [closed] - delphi

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.
SetCurrentDir(s); // S='//localhost/'
FindFirst(s+'*.*', faDirectory, searchResult);
x:=searchResult.Name; // Result (name finded folder)
I'm trying to find folder's in //127.0.0.1/ directory. This code dosent work in localhost directory, the result is empty.
How to detect that detected folder is writeable or only read?

\\127.0.0.1\ is not a directory. It is the basic UNC for any folders shared on the local machine. How to list shared folders, see this question or search the web for examples:
Enumerate list of network computers and shared folders in a tree view?

Related

Can iOS Apps edit my files and save changes to my App? [closed]

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

File management iOS [closed]

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 creating a static library for iOS which reads data from files which have to be present in the system (I am not downloading them when the application runs) and do some calculations and return the results.
I will need to ship the files along the application. So my questions are below
How to include input files in the project so that they get copied along with the application.
How to read from the files when the application is running.
Thanks
How to include input files in the project so that they get copied along with the application.
Copy them into the app's bundle directory.
How to read from the files when the application is running.
Now that's broad enough a question. Maybe you're looking for the NSFileManager, NSFileHandle and NSData classes.

ANy experiences with DropboxSync by jessegrosjean? [closed]

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

How to unlock folder in delphi [closed]

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.

upload picture in window form using c# [closed]

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.

Resources