Re: existence of path
- From: "Alex Blekhman" <xfkt@xxxxxxxxx>
- Date: Wed, 16 Aug 2006 13:26:18 +0300
"William DePalo [MVP VC++]" <willd.no.spam@xxxxxxxx> wrote
in message news:OLBultIwGHA.976@xxxxxxxxxxxxxxxxxxxxxxx
"neo" <momer114@xxxxxxxxx> wrote in message
news:1155641799.940571.22460@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
How can I check existence of path in vc? I am working on
unmanaged C++
in vc2k5. The path can be file/directory path, or path
may not exist.
How can I identify of file and directory (folder) from
path (if exist)?
I see that Igor has already answered the question you
asked.
I'd like to add that IF the reason you need to check a
path's existence is to decide whether you need to create
it or not, then you can perform the operation in one fell
swoop with MakeSureDirectoryPathExists().
Or SHCreateDirectory[Ex], which can take Unicode paths.
.
- Follow-Ups:
- Re: existence of path
- From: neo
- Re: existence of path
- References:
- existence of path
- From: neo
- Re: existence of path
- From: William DePalo [MVP VC++]
- existence of path
- Prev by Date: Re: Stack Overflow
- Next by Date: Re: Stack Overflow
- Previous by thread: Re: existence of path
- Next by thread: Re: existence of path
- Index(es):
Relevant Pages
|