less_dart package
documentation
less
AbstractFileManager
isPathAbsolute method
isPathAbsolute
less_dart package
documentation
less
AbstractFileManager
isPathAbsolute method
AbstractFileManager class
Constructors
AbstractFileManager
Properties
environment
hashCode
runtimeType
Methods
alwaysMakePathsAbsolute
existSync
extractUrlParts
getPath
isPathAbsolute
join
loadFile
loadFileSync
normalizeFilePath
pathDiff
supports
supportsSync
tryAppendExtension
tryAppendLessExtension
noSuchMethod
toString
Operators
operator ==
isPathAbsolute
method
bool
isPathAbsolute
(
String
path
)
Returns whether a path is absolute
Implementation
bool isPathAbsolute(String path) => path_lib.isAbsolute(path);