fl.resetPackagePaths() - dropped
#### Availability
Flash CS3 Professional. Dropped in Adobe Animate.
#### Usage
fl.resetPackagePaths()
#### Parameters
None.
#### Description
Dropped in Adobe Animate.
Method; resets the global Classpath setting in the ActionScript 2.0 Settings dialog box to the default value. To reset the ActionScript 3.0 global Classpath, use fl.resetAS3PackagePaths() (../flash_object_(fl)/fl59.md).
#### Example
The following example resets the ActionScript 2.0 Classpath setting to its default value.
javascript
fl.resetPackagePaths();
#### See also
fl.packagePaths - dropped (../flash_object_(fl)/fl48.md)