if the file i am modifying can't modify, then change it, so i can modify, after updated the file, change back the permission :P
Main Topics
Browse All Topicsso i don't need to download and upload the file with ftp everytime when i need to modify the file
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Create a vb class with the below code
Private Declare Function SetFileAttributes Lib "kernel32" Alias "SetFileAttributesA" (ByVal lpFileName As String, ByVal dwFileAttributes As Long) As Long
Public Sub SetWrite(strFileName As String)
SetFileAttributes strFileName, FILE_ATTRIBUTE_NORMAL
End Sub
Make it into a dll and you can set the set the file attributes to normal.
Creating a Server Component with Visual Basic
http://www.internet.com/ic
hongjun
Also when you get a chance, please maintain your open question. Here they are listed:
1 12/18/2002 500 how can i use quick sort with double lin... Unlocked Programming
2 04/23/2003 200 how to use javascript to save and get in... Unlocked JavaScript
3 04/26/2003 400 any one know how to control open a new w... Unlocked JavaScript
4 12/08/2002 300 i have a couple questions about windows ... Unlocked Programming
5 12/08/2002 500 remote desktop connection can't connect ... Unlocked Windows XP
6 04/17/2003 500 how to find out what dir to put the cach... Unlocked Windows Security
7 04/18/2003 500 how to use c++ to modify the cookie sent... Unlocked C++ Programming
8 05/05/2003 250 i am doing a report about direcTV, any o... Unlocked Miscellaneous
9 05/07/2003 125 how to filter the strings Unlocked JavaScript
10 05/09/2003 125 some kind mud game uses asp session to e... Unlocked Windows Security
11 05/28/2003 500 how to fool a program about which OS i'm... Unlocked Operating Systems
12 06/11/2003 125 in xp, how to share a directory after si... Unlocked Windows XP
Thanks,
Anthony
may be this is what you want..
http://www.experts-exchang
it gave me some nice 1400 points at that time!!
for puranik_p solution u must be running in administrative rights
and although changing file permission is an administrative activity so u must be own administrative rights other wise its not possible
foget it
by the way wat will be ur next step after file permission
wat u want to get from it
may we help to solve that problem
>>acperkins. if the question answered i will accept an answer, but those question, didn't really get an answer, how can i accept one?? <<
Your questions are your responsibility. If the question remains unanswered than followup with it, if after doing this you still do not get any response, than post a message in Community Support at http://www.experts-exchang
Again, it is up to you to maintain your questions, you can choose not to do so, just do not expect much response from this community.
I wish you the very best of luck,
Anthony
karen1982:
This old question needs to be finalized -- accept an answer, split points, or get a refund. For information on your options, please click here-> http:/help/closing.jsp#1
EXPERTS:
Post your closing recommendations! No comment means you don't care.
Business Accounts
Answer for Membership
by: hongjunPosted on 2003-06-15 at 01:08:21ID: 8726283
Do you wish to just change read-only to no read-only?