
``faker.providers.file``
------------------------

::

	fake.unix_device(prefix=None)
	# u'/dev/xvdm'

	fake.mime_type(category=None)
	# u'model/mesh'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/choose/draw.txt'

	fake.unix_partition(prefix=None)
	# u'/dev/vde9'

	fake.file_name(category=None, extension=None)
	# u'civil.html'

	fake.file_extension(category=None)
	# u'pages'
