ResourceFormatSaver.save

Saves the given resource object to a file at the target path. flags is a bitmask composed with ResourceSaver.saverflags constants. Returns constant OK on success, or an error constant in case of failure.

struct ResourceFormatSaver
@nogc nothrow
long
save
(
in String path
,,
in long flags
)

Meta