Development

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Pattern matching with DirectoryInfo

    1 answers - 525 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    We often run into files that do not have extensions in Unix. With
    this in mind, should a pattern of * (asterisk) match all files? When
    I do DirectoryInfo.GetFiles("*") I only get files with extensions.
    BTW - I just wrapped up my first cross platform .Net program using
    Mono and MonoDevelop on Linux. You guys rock! This is utterly and
    completely sweet.
    Thanks for the help and the incredible development suite!
    -Abe
    Mono-list maillist - Mono-list (AT) lists (DOT) ximian.com
  • No.1 | | 347 bytes | |

    We often run into files that do not have extensions in Unix. With
    this in mind, should a pattern of * (asterisk) match all files? When
    I do DirectoryInfo.GetFiles("*") I only get files with extensions.

    It works for me with Mono >= 1.1.9

    Robert

    Mono-list maillist - Mono-list (AT) lists (DOT) ximian.com

Re: Pattern matching with DirectoryInfo


max 4000 letters.
Your nickname that display:
In order to stop the spam: 9 + 9 =
QUESTION ON "Development"

EMSDN.COM