{{newin|[[0.10.0]]|100|type=function}}
Callback function triggered when a directory is dragged and dropped onto the window.
== Function ==
=== Synopsis ===
<source lang="lua">
love.directorydropped( path )
</source>
=== Arguments ===
{{param|string|path|The full platform-dependent path to the directory. It can be used as an argument to [[love.filesystem.mount]], in order to gain read access to the directory with love.filesystem.}}
=== Returns ===
Nothing.
== Notes ==
Paths passed into this callback are able to be used with [[love.filesystem.mount]], which is the only way to get read access via love.filesystem to the dropped directory. love.filesystem.mount does not generally accept other full platform-dependent directory paths that haven't been dragged and dropped onto the window.
== See Also ==
* [[parent::love]]
* [[love.filedropped]]
[[Category:Callbacks]]
{{#set:Description=Callback function triggered when a directory is dragged and dropped onto the window.}}
{{#set:Subcategory=Window}}
== Other Languages ==
{{i18n|love.directorydropped}}