AssetDatabase.GetTextMetaDataPathFromAssetPath
static function GetTextMetaDataPathFromAssetPath(path: string): string;
static string GetTextMetaDataPathFromAssetPath(string path);
static def GetTextMetaDataPathFromAssetPath(path as string) as string
Parameters

path The path to the asset.
Returns
string The path to the .meta text file or empty string if the file does not exist.
Description

Gets the path to the text .meta file associated with an asset.