app
app
/
com.musicplayer.openmusic.utils
/
PathUtils
Path
Utils
public
class
PathUtils
Functions
Properties
Functions
get
Path
Down
Link copied to clipboard
public
final
static
String
getPathDown
(
String
paths
)
get
Path
Up
Link copied to clipboard
public
final
static
String
getPathUp
(
String
path
)
is
Sub
Dir
Link copied to clipboard
public
final
static
Boolean
isSubDir
(
String
path1
,
String
path2
)
Tests if the path1 is a valid a subdirectory of path2, that is on any level below path2.
is
Sub
Dir
Of
Any
Link copied to clipboard
public
final
static
Boolean
isSubDirOfAny
(
String
path
,
Set
<
String
>
pathsSet
)
Properties
INSTANCE
Link copied to clipboard
public
final
static
PathUtils
INSTANCE