Skip to content

When compiled as a native application on Windows, using @fs.path_exists(directory_path)to check for a Chinese directory returns false #200

@dz0123

Description

@dz0123
  // let directory_path = "d:/test"
  // let directory_path = "d:/测试"
  let directory_path = "d:\\测试"
  
  println("Attempting to read directory: " + directory_path)
  
  // Check if path exists first
  let exists = @fs.path_exists(directory_path)
  println("Path exists: " + exists.to_string())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions