; $read = 1 means to read the stream, 0 means to write. ; $file = Which file to write the stream to. ; $streamname = What to call the stream? ; $write_msg = What to write. ; $encrypted = 1 means to encrypt/decrypt the message, 0 means not to. ; $epassword = The encryption password. ; $encrypted_level = 1-10 crypt strength. #include <String.au3> FileWrite("C:\.test", "Test file.") MsgBox(0, "", _ADS(0, "C:\.test", "test", "test!")); Writing "test!" to ADS. MsgBox(0, "", _ADS(1, "C:\.test",