Hi, all
I have a questions to obtain the current open file's path using C#.
And I try using the Process.GetProc esses().MainWin dowTitle, it jsut get the opened file's name, not the opened file's path.
Dose anyone has any idea can help me to get the complete file path?
for example:
I'm open the "test.txt" in the "C:\Users\Publi c\TestFolder."
...
Search Result
Collapse
4 results in 0.0040 seconds.
Keywords
Members
Tags
-
How to get the current open file's path using C#
-
Merging C++/CLI Console App with dll's
Hi all;
I would like to merge a C++/CLI console exe with some dll's to produce
one small package for distribution.
Does anyone know how to do this?
Thanks! -
How to handle an exe from visual basic through php
Hi! Its my first question here and I really hope to help me because I run out of my mind!!
My question is: I have an exe, created from a visual basic project. Is there any script, code, function to manage the exe and its functions remotely from my php code? I tried COM() function but doesnt works... Please help me!!!
Thanks in advance!! -
Different Behavior Depending on Launch Method
Hello,
I am writing an application that will monitor a directory and when a new file is saved into that directory, it will open the file, extract the information needed and send an email with the information to the correct recipient. The program works great when I run it from the debugger (Visual C++ 2008) and all emails are sent, however when I attempt to run the *.exe file from the release folder, it appears to be doing the job...