CSPspEmu.Hle.Managers.HleIoManager.Chdir C# (CSharp) Method

Chdir() public method

Changes the current directory.
public Chdir ( string DirectoryPath ) : void
DirectoryPath string
return void
        public void Chdir(string DirectoryPath)
        {
            CurrentDirectoryPath = DirectoryPath;
        }