Click here to Skip to main content
15,879,326 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to download File from web Pin
Hamid_RT10-Feb-08 21:01
Hamid_RT10-Feb-08 21:01 
GeneralC++ Coding help Needed Pin
waiwai9338-Feb-08 16:21
waiwai9338-Feb-08 16:21 
GeneralRe: C++ Coding help Needed Pin
sudhir.marni8-Feb-08 19:47
sudhir.marni8-Feb-08 19:47 
GeneralRe: C++ Coding help Needed Pin
Rajkumar R9-Feb-08 1:09
Rajkumar R9-Feb-08 1:09 
GeneralRe: C++ Coding help Needed Pin
David Crow11-Feb-08 3:40
David Crow11-Feb-08 3:40 
GeneralDLL annoyances :( Pin
Jim Crafton8-Feb-08 15:27
Jim Crafton8-Feb-08 15:27 
GeneralRe: DLL annoyances :( Pin
Stephen Hewitt9-Feb-08 2:41
Stephen Hewitt9-Feb-08 2:41 
QuestionRealtime file-access logging/prevention Pin
abiemann8-Feb-08 10:55
abiemann8-Feb-08 10:55 
I am starting a new side-project: I would like to scan file access in real-time and deny access if the windows file system wants to access a folder that I have deemed inappropriate.

Use Case:
whenever the Windows file system (i.e. as directed by my wife) accesses a file, I want to check the path against a list of blocked paths. If the path matches an item in the black-list then I'd like my app to deny access. To enable/disable this security I'll set an environment variable.

The problem is that I have no idea how to implement something like this; I've never experimented with real-time file access. I imagine it's pretty low-level.


Does anyone have any pointers to help me learn about real-time file access ? Is it even possible ?
GeneralRe: Realtime file-access logging/prevention Pin
led mike8-Feb-08 11:13
led mike8-Feb-08 11:13 
GeneralRe: Realtime file-access logging/prevention Pin
abiemann8-Feb-08 11:31
abiemann8-Feb-08 11:31 
GeneralRe: Realtime file-access logging/prevention Pin
led mike8-Feb-08 11:43
led mike8-Feb-08 11:43 
GeneralDeterming the proper height of a Status bar Pin
Jim Crafton8-Feb-08 9:49
Jim Crafton8-Feb-08 9:49 
GeneralRe: Determing the proper height of a Status bar Pin
led mike8-Feb-08 10:15
led mike8-Feb-08 10:15 
GeneralRe: Determing the proper height of a Status bar Pin
Jim Crafton8-Feb-08 10:44
Jim Crafton8-Feb-08 10:44 
GeneralRe: Determing the proper height of a Status bar Pin
David Crow8-Feb-08 10:24
David Crow8-Feb-08 10:24 
GeneralRe: Determing the proper height of a Status bar Pin
Jim Crafton8-Feb-08 10:45
Jim Crafton8-Feb-08 10:45 
GeneralRe: Determing the proper height of a Status bar Pin
led mike8-Feb-08 10:51
led mike8-Feb-08 10:51 
GeneralRe: Determing the proper height of a Status bar Pin
Jim Crafton8-Feb-08 10:56
Jim Crafton8-Feb-08 10:56 
GeneralRe: Determing the proper height of a Status bar Pin
led mike8-Feb-08 11:10
led mike8-Feb-08 11:10 
GeneralRe: Determing the proper height of a Status bar Pin
Jim Crafton8-Feb-08 11:28
Jim Crafton8-Feb-08 11:28 
GeneralSQL Server Compact Edition Database File under Type of File Pin
Larry Mills Sr8-Feb-08 9:42
Larry Mills Sr8-Feb-08 9:42 
Generalwhat's the point? do{...}while(FALSE); Pin
Like2Byte8-Feb-08 8:14
Like2Byte8-Feb-08 8:14 
GeneralRe: what's the point? do{...}while(FALSE); [modified] Pin
CPallini8-Feb-08 8:20
mveCPallini8-Feb-08 8:20 
GeneralRe: what's the point? do{...}while(FALSE); Pin
led mike8-Feb-08 8:31
led mike8-Feb-08 8:31 
JokeRe: what's the point? do{...}while(FALSE); Pin
El Corazon8-Feb-08 9:07
El Corazon8-Feb-08 9:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.