Hi every one!!! Is there any way to count files listed on a FileView? I try this way: FileView1.Dir = Application.Path FileView1.Filter = ["*.txt", "All Text files"] Message.Info(FileView1.Children.Count) But the returned counter is allways 2 !!! Regards, Antonio