pcodedirTL

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - CODING/DEVELOP
Introduced first in SolidGeometry 3.2.1, Creation date: 2017-01-03, Last change: 2025-08-18

creates a temporary directory for the creation of pcodes

Description

works on MAC and PC (Status of: 2018-09-23)


See Also: desktopdir , smbFilename , smbPSLibname , workdir , matlabtoolboxdir , matlabdir

Example Illustration

 missing image of pcodedirTL

Syntax

dname=pcodedirTL

Output Parameter

dname:




Copyright 2017-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Algorithm (Workflow)

This MATLAB function, pcodedirTL, is designed to create a temporary directory for the creation of pcodes. It is compatible with both MAC and PC systems.

Input Parameters

The function pcodedirTL does not take any input parameters.

Output

Algorithm Explanation

The function pcodedirTL performs the following steps:

  1. It calls the function desktopdir to get the path to the desktop directory of the current user.
  2. It uses the datestr function with the format 29 to get the current date in the format yyyy-mm-dd.
  3. It concatenates the desktop directory path, the current date, and the string '_TL_PCODE' to form the directory name dname.

Additional Information

This function is part of the SolidGeometry library, version 3.2.1, and was first introduced in this version. It is categorized under file handling operations.

Related Functions

The function is copyrighted by Tim C. Lueth from 2017 to 2025.

Algorithm explaination created using ChatGPT on 2025-08-18 22:19. (Please note: No guarantee for the correctness of this explanation)

Last html export of this page out of FM database by TL: 2025-09-21