Search found 3 matches

by venkat_kgs
Tue Nov 05, 2019 12:05 pm
Forum: madSecurity
Topic: Set permissions...
Replies: 18
Views: 34406

Re: Set permissions...not working

Hi madshi, I tried your earlier suggestion in RIO version. And it is not creating "Everyone" group for a folder assigned by me. So the rights are not set Folder exists sFolder := 'C:\ProgramData\cc2' ; FileSecurity(sFolder).DAcl.SetFileAccess(CurrentUser,true); //here write permission is a...
by venkat_kgs
Sat Sep 15, 2012 10:59 am
Forum: madExcept
Topic: memory leak reporting
Replies: 1
Views: 2493

memory leak reporting

Dear Sir, Is there any ways to switch off memory leak detection and reporting dialog in "Release" version of the product? In D2010, we have a debug and release version. We want the memory leak detection and the reporting dialog only in the debug version. We need not show them to the custom...
by venkat_kgs
Wed Nov 25, 2009 8:09 am
Forum: madSecurity
Topic: Full path name of shared folder
Replies: 1
Views: 10520

Full path name of shared folder

Hi, Few folders are shared in my pc. I wanted to get the full name (like UNC path) of the shared folders. I tried to use IShares & IShare. Though i could get only the path and net name, i couldn't get the full name. For eg. Computer name = VS1 Shared folder = 'E:\VSInst' Share Name = VSInst Shr1...