Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - NotePad

Reply
 
Old 10-07-2009   #1 (permalink)
Robbie


 
 

NotePad

I need to have the time of created and accessed of my notepad documents show
up with seconds and not just minutes. Anyone know how to do this. It seems
to show in seconds the day after but not on the day I save the document??

Thanks Robbie

My System SpecsSystem Spec
Old 10-07-2009   #2 (permalink)
Family Tree Mike


 
 

Re: NotePad

Robbie wrote:
Quote:

> I need to have the time of created and accessed of my notepad documents show
> up with seconds and not just minutes. Anyone know how to do this. It seems
> to show in seconds the day after but not on the day I save the document??
>
> Thanks Robbie
I get seconds displayed with this code:

static void Main(string[] args)
{
FileInfo fi;
fi = new FileInfo(@"c:\test\test2.txt");
Console.WriteLine(fi.CreationTime);
Console.ReadKey(true);
}

What does your code look like?


--
Mike
My System SpecsSystem Spec
Old 10-08-2009   #3 (permalink)
PvdG42


 
 

Re: NotePad


"Robbie" <Robbie@newsgroup> wrote in message
news:6B96A889-CE33-48CC-98E6-F5E1951616DB@newsgroup
Quote:

> I need to have the time of created and accessed of my notepad documents
> show
> up with seconds and not just minutes. Anyone know how to do this. It
> seems
> to show in seconds the day after but not on the day I save the document??
>
> Thanks Robbie
Unless you're referring to a .NET application that needs to access the
information, you've asked in the wrong discussion group. You need to ask in
a group for your version of Windows. As you've not told us your Windows
version, I can only provide general guidance.

As you appear to be using a web interface, try this:

http://www.microsoft.com/communities/newsgroups/en-us/

In the tree on the left, open English, then open Windows. In the Windows
subcategory, find and open the subcategory for your version of Windows, and
find a
group there for your post.



My System SpecsSystem Spec
Old 10-08-2009   #4 (permalink)
Hillbilly


 
 

Re: NotePad

Dear PvdG42

Please perform the following steps when "helping" people...

A.) let go of the mouse
B.) step away from the machin
C.) loosen your belt and allow your pants to drop to the floor
D.) bend over and shove you head up your ass

"PvdG42" <pvdg42@newsgroup> wrote in message
news:%23o0WWMCSKHA.4692@newsgroup
Quote:

>
> "Robbie" <Robbie@newsgroup> wrote in message
> news:6B96A889-CE33-48CC-98E6-F5E1951616DB@newsgroup
Quote:

>> I need to have the time of created and accessed of my notepad documents
>> show
>> up with seconds and not just minutes. Anyone know how to do this. It
>> seems
>> to show in seconds the day after but not on the day I save the document??
>>
>> Thanks Robbie
>
> Unless you're referring to a .NET application that needs to access the
> information, you've asked in the wrong discussion group. You need to ask
> in a group for your version of Windows. As you've not told us your Windows
> version, I can only provide general guidance.
>
> As you appear to be using a web interface, try this:
>
> http://www.microsoft.com/communities/newsgroups/en-us/
>
> In the tree on the left, open English, then open Windows. In the Windows
> subcategory, find and open the subcategory for your version of Windows,
> and find a
> group there for your post.
>
>
>
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Notepad++ 5.5.0 Available Software
notepad Vista General
Notepad Vista General
Notepad Vista General
using notepad Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46