Run this task
static void TestComma7Io(Args _args)
{
str testString = 'ABCDEFG~ΓΓΓΓΓΓ
ΓΓΓΓΓΓ~HIJKLMNOP';
str filename = @"C:\TMP\test1.txt";
str mode = 'W';
Io io;
container con;
FileIoPermission perm;
;
perm = new FileIoPermission(filename, mode);
if (!perm)
return;
perm.assert();
io = new Comma7Io(filename, mode);
if (io)
io.write(testString);
CodeAccessPermission::revertAssert();
}
: "ABCDEFG ~\300\301\302\303\304\305\306\307\310\311\312\313 ~ HIJKLMNOP". , 8- .
io = new Comma7Io(filename, mode); io = new CommaIo(filename, mode);, : "ABCDEFG ~ ΓΓΓΓ
ΓΓΓΓΓΓ ~ HIJKLMNOP".