Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

pwd for text file

Former Member
0 Kudos

Is it possible we can created a password protected text file. I created a program to download a text file, I have to create it as pwd protected. is it possible, how?

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

I don't think you can create TXT file with password protected. But you can do using fm "GUI_EXEC" to call WinZip. ( Zip file can be password protected using command line feature of winzip Command Line Support Add-On )

2 REPLIES 2

former_member194669
Active Contributor
0 Kudos

I don't think you can create TXT file with password protected. But you can do using fm "GUI_EXEC" to call WinZip. ( Zip file can be password protected using command line feature of winzip Command Line Support Add-On )

Former Member
0 Kudos

No.