Revision Difference
DFileBrowser:GetPath#553387
<function name="GetPath" parent="DFileBrowser" type="panelfunc">
<ispanel>yes</ispanel>⤶
<description>
Returns the access path of the file tree. This is `GAME` unless changed with <page>DFileBrowser:SetPath</page>.
See <page>file.Read</page> for how paths work.
</description>
<realm>Client</realm>
<rets>
<ret name="" type="string">The current access path i.e. "GAME", "LUA", "DATA" etc.</ret>
</rets>
</function>