HelloWorld.TextFileMessageService.TextFileMessageService C# (CSharp) Method

TextFileMessageService() public method

public TextFileMessageService ( string path ) : System
path string
return System
        public TextFileMessageService( string path )
        {
            RootPath = Path.Combine( path, "Messages" );
              Directory.CreateDirectory( RootPath );
        }