]> git.donarmstrong.com Git - bamtools.git/commit
Modified Utilities::FileExists() so it doesnt rely on sys/stat.h. While this header...
authorDerek <derekwbarnett@gmail.com>
Fri, 3 Sep 2010 04:40:11 +0000 (00:40 -0400)
committerDerek <derekwbarnett@gmail.com>
Fri, 3 Sep 2010 04:40:11 +0000 (00:40 -0400)
commitc3de50d70f8296f2b24316472bda4a053dd69e37
tree35bfc1896afeabdfce33b403503379bd181bfc13
parent164366c9fd23717e4b7279518eecaa32baed502c
Modified Utilities::FileExists() so it doesnt rely on sys/stat.h.  While this header is de facto provided and supported on *most* systems, it really is not standard C/C++, so cant be trusted to be fully portable.
src/utils/bamtools_utilities.cpp