Implements the FilePath datatype to provide some way of dealing with Files
Types
FilePath = distinct string
-
A convenience type for norm models. To be used as type for model fields storing any sort of file. When a model with such a field is created, its file will automatically be stored in the in the configured MEDIA_ROOT directory. Any attempts to fetch that file will also assume that it is being stored in the MEDIA_ROOT directory.
This field can use the subdir pragma to store files in a sub directory within MEDIA_ROOT instead.
Source Edit