Garry's Mod Wiki

OpenFolder

  OpenFolder( string folder )

Description

Opens a folder with the given name in the garrysmod folder using the operating system's file browser.

This does not work on OSX or Linux.

Issue Tracker: 1532

Arguments

1 string folder
The subdirectory to open in the garrysmod folder.

Example

Opens the "saves" folder.

OpenFolder( "saves" )