![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | 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 Specs![]() |
| | #2 (permalink) |
| | 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 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 Specs![]() |
| | #3 (permalink) |
| | 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 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 Specs![]() |
| | #4 (permalink) |
| | 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 Specs![]() |
![]() |
| 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 | |||