Can i save output file , read only, using
SHFileOperation, CopyMemory - VB 6?

How can i do?

Or how can i change file's property to read only by another way ?

HI,

Use this Set Attribute this way:

SetAttr "C:\MyText.txt", vbReadOnly


Regards
Veena

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.