C# Class Phantom.Core.Glob.GlobMatcher

Exibir arquivo Open project: emilcardell/Phantom

Public Methods

Method Description
LastCharacter ( string str ) : int

Private Methods

Method Description
DoGlob ( ) : IList
DoGlob ( string baseDirectory, int position, bool isPreviousDoubleStar ) : void
FindNextSeparator ( int position, bool allowWildcard, bool &containsWildcard ) : int
GlobMatcher ( IFileAdaptionLayer pal, string pattern, int flags ) : System
TestPath ( string path, int patternEnd, bool isLastPathSegment ) : void

Method Details

LastCharacter() public static method

public static LastCharacter ( string str ) : int
str string
return int