file_create_filename
Related topics
| Name | Description |
|---|---|
| File interface | Common file handling functions. |
Functions that call file_create_filename()
| Name | Location | Description |
|---|---|---|
| file_create_filename | includes/file.inc | Create a full file path from a directory and filename. If a file with the specified name already exists, an alternative will be used. |
| theme_upload_attachments | modules/upload/upload.module | Displays file attachments in table |
| upload_menu | modules/upload/upload.module | Implementation of hook_menu(). |
| upload_nodeapi | modules/upload/upload.module | Implementation of hook_nodeapi(). |
Functions called by file_create_filename()
| Name | Location | Description |
|---|---|---|
| file_create_filename | includes/file.inc | Create a full file path from a directory and filename. If a file with the specified name already exists, an alternative will be used. |
