----------------------------------------------------------- New Message on cochindotnet
----------------------------------------------------------- From: __GauravKhanna__ Message 4 in Discussion Hi! There's no Win32 API that will allow you to change the parent process current working folder, since working folders are part of the process data and a parent and its child process are two different and independent processes. Thus, the API shall execute in the context of a given process only. If not, it will defeat the purpose of the process concept. However, you can accomplish the same by telling the parent process via IPC about the folder to change to and that will do the trick. Pipes is the easy way to do it. -- Gaurav On Wed, 7 Jan 2004 19:59:16 -0800, "spark" <[EMAIL PROTECTED]> said: > We attempted to deliver this message to you with HTML formatting. > However, your e-mail program does not support HTML-enhanced messages. > Please go to your E-mail Settings for this group and change your E-mail > Preference to "Text only". > http://groups.msn.com/cochindotnet/_emailsettings.msnw > > MSN Groups > ------ French is the language of love, C# is for everything else... ------------------------------------- Microsoft MVP - C#/.NET, MCSE Windows 2000/NT4, MCP+I WinToolZone - Spelunking Microsoft Technologies http://www.wintoolzone.com/ OpSupport - Spelunking Rotor http://opsupport.sscli.net/ ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/cochindotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
