Instance Method
addFile(path:data:)
Add a file to the file server.
@discardableResult func addFile(path: String, data: Data) -> Bool
Parameters
pathThe path to the file.
dataThe data for that file.
Return Value
true if the file was added successfully.