KitchenDraw SDK 2
Show / Hide Table of Contents

Property FilenameWithPath

FilenameWithPath

Absolute filename of the scene.

Declaration
public string FilenameWithPath { get; }
Property Value
Type Description
string
Remarks

Use Name property to retrieve filename without path and extension.

If the current scene is a recovery scene (created after an abnormal break of the program), the returned path contains the name of the user, e.g. C:\KD\ADMIN.scn.

A new scene, which is not saved yet, does not have any filename. In this case, an empty string is returned.

In this article
Back to top Generated by DocFX