cosi è giusto? Le barre da mettere per un indirizzo locale sono queste (\)?

$upload_dir = 'c:\fileupl\';

questa instruzione non mi da errore, ma non sposta nulla....
codice:
	if (!$err_msg) {
		if (!@move_uploaded_file($book_image['tmp_name'], $upload_dir . $book_image['name'])) {
			$err_msg = "Error moving the file to it's destination, please try again here.";
		}