FilePath.set

Reset the content of this path, and reparse. There's an optional boolean flag to convert the path into standard form, before parsing (converting '\' into '/').

  1. FilePath set(FilePath path)
  2. FilePath set(cstring path, bool convert)
    class FilePath
    final
    set
    (
    cstring path
    ,
    bool convert = false
    )

Meta