Axiom.FileSystem.FileSystemArchive.changeDirectory C# (CSharp) 메소드

changeDirectory() 보호된 메소드

Utility method to change the current directory
protected changeDirectory ( string dir ) : void
dir string
리턴 void
		protected void changeDirectory( string dir )
		{
			Directory.SetCurrentDirectory( dir );
		}