Save notepad file
-
hi How to save the notepad file without opening it. can we do it using ShellExecute because I don't see any possibility using this ? Is there any other way to do this ? Thanks, Prakash
sonani prakash
-
hi How to save the notepad file without opening it. can we do it using ShellExecute because I don't see any possibility using this ? Is there any other way to do this ? Thanks, Prakash
sonani prakash
Sonani Prakash wrote:
How to save the notepad file without opening it.
:confused: Uuh, what is "the notepad file" ? You mean, a simple txt file ? Please explain your question in a clearer way.
Cédric Moonen Software developer
Charting control [v1.1] -
Sonani Prakash wrote:
How to save the notepad file without opening it.
:confused: Uuh, what is "the notepad file" ? You mean, a simple txt file ? Please explain your question in a clearer way.
Cédric Moonen Software developer
Charting control [v1.1]Hi, I need some way to save the file any without opening it. so that I can change it's modification date. that's the purpose of saving the .txt file
sonani prakash
-
Hi, I need some way to save the file any without opening it. so that I can change it's modification date. that's the purpose of saving the .txt file
sonani prakash
-
Hi, I need some way to save the file any without opening it. so that I can change it's modification date. that's the purpose of saving the .txt file
sonani prakash
If all you need to do is update the modification time, look into finding a Windows version of the
touch
utility. Should be rather easy to find, and really easy to write - look up theSetFileTime(...)
function. Peace!-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles -
If all you need to do is update the modification time, look into finding a Windows version of the
touch
utility. Should be rather easy to find, and really easy to write - look up theSetFileTime(...)
function. Peace!-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFileslet me try this one thanks Prakash.
sonani prakash
-
hi How to save the notepad file without opening it. can we do it using ShellExecute because I don't see any possibility using this ? Is there any other way to do this ? Thanks, Prakash
sonani prakash
Sonani Prakash wrote:
How to save the notepad file without opening it.
If the file has not been opened, it therefore has not been changed, thus no save is necessary. Please elaborate.
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
hi How to save the notepad file without opening it. can we do it using ShellExecute because I don't see any possibility using this ? Is there any other way to do this ? Thanks, Prakash
sonani prakash
But do you have any idea for it?
WhiteSky