Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
jeffreyabe #1
Accessing files/folders inside other application folders
How can I have an asc file from one application read text files in another
applications directory?
I have multiple applications creating text files stored in a directory called
docvid (this is my application directory). I also have another completely
different application that needs to access these text file. How do I use the
"sandbox" stuff to allow this other application to read these text files?
This code works fine:
custEmail = new File("/streams/"+userName+"/"+"email.txt");
but this doesn't
custEmail = new File("../email.txt");
It says:File operation open failed.
jeffreyabe Guest
-
Duplicate folders being created within folders
I am noticing that since we started using Contribute on our website that duplicate folders are being created within the folder. For example - I have... -
Allow openPanel to choose folders in Cocoa document-based application?
I am trying to figure out the best way to force the open panel of a Cocoa document-based application to allow selection of folders. In some... -
Problem in Accessing Shared Folders
Hi, I have a Windows 2003 Server running as a domain contrller. All clients are Windows 2000 Pro with SP4. There are shares created on the... -
Error message when accessing share folders
I receive the following when I click on the share folder of the laptop in my network. "\\Laptop is not accessible. You mighjt not have not have... -
Making folders and sub-folders and files NOT read-only
I select a folder. I right click my mouse on that folder and select properties. I uncheck the Read Only checkbox. I click on Apply. I check the...



Reply With Quote

