VB 2008 - Directory.Exists
Von: Raffaele (rs_@tiscali.it) [Profil]
Datum: 04.07.2008 12:45
Message-ID: <Oanbk.110200$FR.366676@twister1.libero.it>
Newsgroup: it.comp.lang.visual-basic
Datum: 04.07.2008 12:45
Message-ID: <Oanbk.110200$FR.366676@twister1.libero.it>
Newsgroup: it.comp.lang.visual-basic
This is a multi-part message in MIME format.
------=_NextPart_000_000A_01C8DDD3.E4233650
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
If Directory.Exists(Me.vNomeCartellaFilePdf) = False Then
Questa istruzione non funziona.
se scrivo invece
If Directory.Exists("c:\pdf") = False Then
allora funziona
Non riesco a spiegarmelo
------=_NextPart_000_000A_01C8DDD3.E4233650
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html;
charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3059" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV>
<P><FONT face=Arial size=2>If
Directory.Exists(Me.vNomeCartellaFilePdf) = False
Then</FONT></P>
<P><FONT face=Arial size=2>Questa istruzione non
funziona.</FONT></P>
<P><FONT face=Arial size=2>se scrivo invece</FONT></P>
<P><FONT face=Arial size=2>If Directory.Exists("c:\pdf") = False
Then</FONT></P>
<P><FONT face=Arial size=2>allora funziona</FONT></P>
<P><FONT face=Arial size=2></FONT> </P>
<P><FONT face=Arial size=2></FONT> </P>
<P><FONT face=Arial size=2>Non riesco a
spiegarmelo</FONT></P></DIV></BODY></HTML>
------=_NextPart_000_000A_01C8DDD3.E4233650--
[ Auf dieses Posting antworten ]Antworten
- Raffaele (04.07.2008 13:10)
- Stefano Ferrari (04.07.2008 13:12)
