gdmRemovename
gdmRemovename(G_gdmSpec[g_version] [g_name] ) =>t / nil
Description
Requests that GDM removes a name from the specified files.
If only the name argument is used, then the current files in the work area will have the name removed. If both version and name are used, then the specified version will have the name removed.
Arguments
|
Displays the |
|
|
The version that you want to remove the name from. NULL is applied to all versions. |
|
Value Returned
Examples
Remove spec from release10 version.
gdmRemovename ( spec "release10" )
Return to top