[SIZE=2]set$='c:\MyApp.exe|Hidden'[/SIZE]
[SIZE=2]PluginSet("MFilesAndFolders","set$")[/SIZE]
[SIZE=2]PluginRun("MFilesAndFolders","Set_File_Attributes")[/SIZE]
[SIZE=2]PluginGet("MFilesAndFolders","get$")[/SIZE]
[SIZE=2]If (get$='0') Then[/SIZE]
[SIZE=2]Message("error!","")[/SIZE]
[SIZE=2]Else[/SIZE]
[SIZE=2]Message("File attributes set.","")[/SIZE]
[SIZE=2]End[/SIZE]









