Win32Lib: restrict /deny "saveFileAs" to removable drive(s)?
- Posted by Dan Moyer <danielmoyer at prodigy.net> Feb 06, 2007
- 508 views
Is it possible to restrict the "saveFileAs" function so that files can only be saved to (or denied to) removable drives? In other words, the normal use of the function will allow user to peruse all drives to select where to put a file to save it; I want to be able to restrict what KIND of drive a file could be saved to. I know the opsys knows what drives are which kinds, but can that info be determined programmatically, & then used to restrict what drives can be written to via the "saveAs" function? And how. :) Dan Moyer