Getting Local Shared Object Path?

Is there any way to actually retrieve the shared object local path. For Example if you had a variable such as var mySO:SharedObject = SharedObject.getLocal(“XMLData”, “/”); would there be a way to do something like mySO.getPath where it would return something like “C:\Documents and Settings[userName]\Application Data\Macromedia\Flash Player#SharedObjects\WKBNWUME\localhost\XMlData.sol” ??