Developer Function: Server Script: $ps.file.moveDirectory
## Overview
Specify "「$ps.file」" in "[Server Script](/en/manual/table-management-server-script)" to rename or move the directory.
## Prerequisites
DisableServerScriptFile in "[Script.json](/en/manual/script-json)" must be set to false.
## Syntax
```
$ps.file.moveDirectory(section, old_name, new_name)
```
## Parameters
|Parameter|Type|Required|Description|
|:----------|:----------|:---:|:---------------------------|
|section|string|Yes|Section name. For details about sections, see "About Sections" in "「$ps.file」". |
|old_name|string|Yes|Old directory name. For both Windows and Linux, the directory separator is "/". |
|new_name|string|Yes|New directory name. For both Windows and Linux, the directory separator is "/". |
## Return value
Returns true if the directory can be moved, and false if it cannot be moved.
## Exceptions
If an exception occurs in C#, the server script will throw an exception by putting the exception class name and error message into the Error object.
## Usage example
The following example changes the specified directory name in the web server.
##### JavaScript
```
$ps.file.moveDirectory('01_develop', 'parts', 'parts_old');
```
The following example moves the specified directory in the web server.
##### JavaScript
```
$ps.file.moveDirectory('01_develop','parts/01_parts', 'parts_old/01_parts');
```
## Supported Versions
|Supported versions|Body|
|:--|:--|
|1.4.12.0 and later|Added function|
## Related Information
<div id="ManualList"><ul><li><a href="/en/manual/script-json">Set Parameter: Script.json</a><span>10.02.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/table-management-server-script">Table Management: Server Script</a><span>08.13.2024 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />