This version of Unity is unsupported.

AssetDatabase.ImportAsset

public static void ImportAsset(string path, ImportAssetOptions options = ImportAssetOptions.Default);

Description

Import asset at path.

All paths are relative to the project folder, for example: "Assets/MyTextures/hello.png"

See Also: ImportAssetOptions.