This class handles resolving absolute file paths. This resolver explicitly does not resolve relative paths, because it is included in the ThreadLocalToolkit's global PathResolver. The ThreadLocalToolkit's global PathResolver is used to resolve things like @Embed assets and we don't want paths which are relative to the current working directory and not relative to the containing Mxml document to be resolved. For example, if we have: C:/foo/bar.mxml with: and: C:/foo/image.jpg C:/image.jpg When the current working directory is C:/, we don't want resolve() to return C:/image.jpg.
@author Brian Deitte
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.