Gets or sets a caption of the folder tree node which specifies the home directory at *NIX systems.
$au.uploader({
treePane: {
//...other params...
unixHomeDirectoryText: "Home Folder",
//...other params...
}
})
Type: String
The caption of the folder tree node which specifies the home directory at *NIX systems.
Default value is "Home Folder".
This value is used only at Linux and different sorts of Unix. For Windows and Mac the system-dependent values are extracted and used.
This property is necessary for localization of Image Uploader.