Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.lang.visual-basic > #18702
| X-Received | by 10.129.49.18 with SMTP id x18mr3831445ywx.37.1455746796139; Wed, 17 Feb 2016 14:06:36 -0800 (PST) |
|---|---|
| X-Received | by 10.50.35.165 with SMTP id i5mr154487igj.0.1455746796097; Wed, 17 Feb 2016 14:06:36 -0800 (PST) |
| Path | csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!y89no2437409qge.0!news-out.google.com!kr2ni1577igb.0!nntp.google.com!hb3no6368380igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | it.comp.lang.visual-basic |
| Date | Wed, 17 Feb 2016 14:06:35 -0800 (PST) |
| In-Reply-To | <263ba2cb-cfc1-46a2-911e-e0cff379097d@googlegroups.com> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=151.16.61.115; posting-account=eitZdgoAAAC6C9CXmyhLNaQM3MgI3eZM |
| NNTP-Posting-Host | 151.16.61.115 |
| References | <na226c$228$1@solani.org> <na2bq8$67d$1@solani.org> <263ba2cb-cfc1-46a2-911e-e0cff379097d@googlegroups.com> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <9a4d9b03-6648-4738-baaf-d1406f42e1f8@googlegroups.com> (permalink) |
| Subject | Re: Programma di prova |
| From | Luca D <antaniserse@yahoo.it> |
| Injection-Date | Wed, 17 Feb 2016 22:06:36 +0000 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| X-Received-Bytes | 1773 |
| X-Received-Body-CRC | 942474680 |
| Xref | csiph.com it.comp.lang.visual-basic:18702 |
Show key headers only | View raw
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