Dev2.DynamicServices.StudioFileSystem.GetEnsuredPath C# (CSharp) Method

GetEnsuredPath() public method

public GetEnsuredPath ( string path ) : string
path string
return string
        public string GetEnsuredPath(string path)
        {
            return GetEnsuredPath(path, true);
        }

Same methods

StudioFileSystem::GetEnsuredPath ( string path, SpecialFolder folder ) : string
StudioFileSystem::GetEnsuredPath ( string path, bool searchEnsured ) : string