Dilip11 0 Posted August 1, 2011 hi in auto it there is any function through which we can get pid of file .. by full path of file... like pid=function("C:\dilip.txt") Share this post Link to post Share on other sites
jaberwacky 327 Posted August 1, 2011 Process ID of a file? I didn't know there was such a thing. Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum? Share this post Link to post Share on other sites
wakillon 403 Posted August 1, 2011 (edited) PID is the unique number which identifies a Process.What do you mean by pid of file ? Edited August 1, 2011 by wakillon AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites
Chimaera 144 Posted August 1, 2011 hi in auto it there is any function through which we can get pid of file .. by full path of file... like pid=function("C:\dilip.txt") The function in itself is sort of a unique identifier i.e. $dilip_func = "C:\dilip.txt" So you can call it after it has been named with $dilip_func Is that what you meant? If Ive just helped you ... miracles do happen. ChimaeraCopyRobo() * Hidden Admin Account Enabler * Software Location From Registry * Find Display Resolution * _ChangeServices() Share this post Link to post Share on other sites
hannes08 39 Posted August 1, 2011 Maybe he want's to know which program has an open handle to the file? Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler] Share this post Link to post Share on other sites