**System Information**
Operating system: Win 10 x64
Graphics card: Nvidia 310m
**Blender Version**
Broken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen)
Worked: (optional)
**Short description of error**
When deleting a Cycles sampling preset, an exception popuped, and deleting failed.
**Exact steps for others to reproduce the error**
Based on the default startup or an attached .blend file (as simple as possible).
1. "Render Properties" panel, change Render engine to Cycles
2. "Sampling" section, use "+" sign add "New Preset"
3. press "-" sign right to "New Preset". Here prompt "Add a sampling preset." It should be "Delete a sampling preset."
4. Exception happen, and deleting fail.
{F8299051}
{F8299053}
{F8299055}
{F8299057}
```
Exception info reads:
Traceback (most recent call last):
File "E:\WINAPP_B\blender-2.82-c5436883c66f-windows64\2.82\scripts\startup\bl_operators\presets.py", line 195, in execute
if is_path_builtin(filepath):
File "E:\WINAPP_B\blender-2.82-c5436883c66f-windows64\2.82\scripts\modules\bpy\utils\__init__.py", line 485, in is_path_builtin
_os.path.commonpath([parent_path, path])
File "E:\WINAPP_B\blender-2.82-c5436883c66f-windows64\2.82\python\lib\ntpath.py", line 621, in commonpath
raise ValueError("Paths don't have the same drive")
ValueError: Paths don't have the same drive
location: <unknown location>:-1
```