- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The code below
use dfwin
integer(1) RES
character (50) name
name=trim('cryptox.txt')//char(0)
res= EncryptFile(name)
END
Does not seems to do a dang thing eventhough RES changes from 0 to 1.
What am I missing?
Tx, Tim
use dfwin
integer(1) RES
character (50) name
name=trim('cryptox.txt')//char(0)
res= EncryptFile(name)
END
Does not seems to do a dang thing eventhough RES changes from 0 to 1.
What am I missing?
Tx, Tim
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is the file on an NTFS disk with the Encrypted File System enabled? If not, it will do nothing.
Perhaps you want this instead?
Steve
Perhaps you want this instead?
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page