Search found 2 matches

by pascal jankowski
Mon May 29, 2006 12:56 pm
Forum: madSecurity
Topic: IAccount bug
Replies: 3
Views: 15045

it is good, thank you for this version. :D
by pascal jankowski
Tue May 09, 2006 9:10 am
Forum: madSecurity
Topic: IAccount bug
Replies: 3
Views: 15045

IAccount bug

Hello Mathias, I try to uses madSecurity Unit with IAccount interface to know ACE'owner for all file on my disk (a lot of). I obtain each time a overflow of memory Code and execute this example for I := 0 to 1000000 do with FileSecurity('c:\myTestFile.ext') do s := Items[I].Account.domain; //or user...