Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.lang.visual-basic > #18702
| Newsgroups | it.comp.lang.visual-basic |
|---|---|
| Date | 2016-02-17 14:06 -0800 |
| References | <na226c$228$1@solani.org> <na2bq8$67d$1@solani.org> <263ba2cb-cfc1-46a2-911e-e0cff379097d@googlegroups.com> |
| Message-ID | <9a4d9b03-6648-4738-baaf-d1406f42e1f8@googlegroups.com> (permalink) |
| Subject | Re: Programma di prova |
| From | Luca D <antaniserse@yahoo.it> |
Per curiosità l'ho provato, e in effetti sembra proprio faccia un wrap delle funzioni di sistema su data e ora.
In compenso è scritto proprio terra-terra, e puoi fregarlo tranquillamente usando le funzioni che restituiscono informazioni sui file... questo semplice codice (è in VB.NET, ma direi che si spiega da solo) torna la data corretta anche queando Time Stopper è attivo.
My.Computer.FileSystem.WriteAllText("anti-cheat.txt", "xxx", False)
Dim fi As New IO.FileInfo("anti-cheat.txt")
MessageBox.Show(fi.LastWriteTime.ToShortDateString)
Back to it.comp.lang.visual-basic | Previous | Next — Previous in thread | Next in thread | Find similar
Programma di prova Greg <greg@alicie.com> - 2016-02-17 16:04 +0100
Re: Programma di prova Greg <greg@alicie.com> - 2016-02-17 18:48 +0100
Re: Programma di prova Luca D <antaniserse@yahoo.it> - 2016-02-17 13:49 -0800
Re: Programma di prova Luca D <antaniserse@yahoo.it> - 2016-02-17 14:06 -0800
Re: Programma di prova Greg <greg@alicie.com> - 2016-02-17 23:59 +0100
Re: Programma di prova Luca D <antaniserse@yahoo.it> - 2016-02-18 00:15 -0800
Re: Programma di prova Greg <greg@alicie.com> - 2016-02-18 13:15 +0100
Re: Programma di prova Daniele Pinna <daniele@oops.dapinna.com> - 2016-02-20 01:42 +0100
Re: Programma di prova Luca D <antaniserse@yahoo.it> - 2016-02-19 23:34 -0800
Re: Programma di prova Greg <greg@alicie.com> - 2016-02-20 13:34 +0100
csiph-web