Changing read to read/write
-
Quick question. I have a C++ application that copies a file off of a CD-ROM to the disk. When it gets to the disk, the file is read only. I haven't programmed in Win32 in a while and I've forgotten which function allows me to change a file from read to read/write. The file system is NTFS. Thanks in advance.
-
Quick question. I have a C++ application that copies a file off of a CD-ROM to the disk. When it gets to the disk, the file is read only. I haven't programmed in Win32 in a while and I've forgotten which function allows me to change a file from read to read/write. The file system is NTFS. Thanks in advance.
SetFileAttributes[^]? "we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty
-
Quick question. I have a C++ application that copies a file off of a CD-ROM to the disk. When it gets to the disk, the file is read only. I haven't programmed in Win32 in a while and I've forgotten which function allows me to change a file from read to read/write. The file system is NTFS. Thanks in advance.
Holy cow, I didn't know you still hung around here, Martin :-) Regards, Nish
My blog : Nish’s thoughts on MFC, C++/CLI and .NET
-
Holy cow, I didn't know you still hung around here, Martin :-) Regards, Nish
My blog : Nish’s thoughts on MFC, C++/CLI and .NET
Hi Nish, Good to see you! I have been here a few times to look somethings up, but I haven't programmed in win32 for a few years. I've mostly been doing UNIX programming the last couple of years. I hope you are doing really well, Nish, you have a great attitude and are extremely talented. Sincerely, Martin. :)